Skip Dever created OFBIZ-5308:
---------------------------------
Summary: If you clear the last packed item from from a shipment
with two items and then complete the pack, you get the exception below
Key: OFBIZ-5308
URL: https://issues.apache.org/jira/browse/OFBIZ-5308
Project: OFBiz
Issue Type: Bug
Components: product
Affects Versions: Release Branch 12.04
Environment: All
Reporter: Skip Dever
Priority: Minor
If you clear the last packed item from from a shipment with two items and then
complete the pack, you get the exception below:
Exception thrown while creating the "newEntity" ....ShipmentPackageContent ...
Key ... is not present in table shipment_package
This is happening because org.ofbiz.shipment.packing.PackingSession.clearLine()
around line 600 is decrementing packageSeq from 1 to zero. This causes
createPackages() to not generate any ShipmentPackages because of the for
statement on packageSeq and therefore the subsequent exception.
I fixed this by just commenting out the block starting with "if(line.packageSeq
==". I did not submit a patch because I do not fully understand the logic and
do not have time now to learn it now.
Hopefully the author will be better equipped to deal with it properly.
Skip
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira