You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/09/21 21:54:41 UTC

svn commit: r578247 - /ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml

Author: jleroux
Date: Fri Sep 21 12:54:40 2007
New Revision: 578247

URL: http://svn.apache.org/viewvc?rev=578247&view=rev
Log:
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>