Author: jacopoc
Date: Thu Sep 20 06:12:59 2007
New Revision: 577734
URL: http://svn.apache.org/viewvc?rev=577734&view=rev
Log:
Fix for partially picked items excluded from picking lists under certain
special circumstances.
Modified:
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
Modified:
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml?rev=577734&r1=577733&r2=577734&view=diff
==============================================================================
---
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
(original)
+++
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
Thu Sep 20 06:12:59 2007
@@ -184,7 +184,7 @@
<if-empty
field-name="orderItemShipGrpInvRes.quantityNotAvailable"/>
<if-compare
field-name="orderItemShipGrpInvRes.quantityNotAvailable" operator="equals"
value="0" type="Double"/>
<and>
- <if-compare
field-name="orderItemShipGrpInvRes.quantity" operator="greater" value="0"
type="Double"/>
+ <if-compare-field
field-name="orderItemShipGrpInvRes.quantity" operator="greater"
to-field-name="orderItemShipGrpInvRes.quantityNotAvailable" type="Double"/>
<if-compare
field-name="orderItemShipGroup.maySplit" operator="equals" value="Y"/>
</and>
</or>