Author: jleroux
Date: Fri Sep 21 12:54:40 2007
New Revision: 578247
URL:
http://svn.apache.org/viewvc?rev=578247&view=revLog:
Applied fix from trunk for revision: 571257
Modified:
ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
Modified: ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml?rev=578247&r1=578246&r2=578247&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml (original)
+++ ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml Fri Sep 21 12:54:40 2007
@@ -183,6 +183,10 @@
<or>
<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-name="orderItemShipGroup.maySplit" operator="equals" value="Y"/>
+ </and>
</or>
</condition>
<then>