You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ak...@apache.org on 2017/11/25 12:20:31 UTC

svn commit: r1816289 - /ofbiz/ofbiz-framework/trunk/applications/product/minilang/product/inventory/InventoryServices.xml

Author: akashjain
Date: Sat Nov 25 12:20:31 2017
New Revision: 1816289

URL: http://svn.apache.org/viewvc?rev=1816289&view=rev
Log:
Fixed: Inventory transfer creates unnecessary record with 0, applied patch from jira issue (OFBIZ-9970)

Thanks, Suraj Khurana for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/minilang/product/inventory/InventoryServices.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/product/minilang/product/inventory/InventoryServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/minilang/product/inventory/InventoryServices.xml?rev=1816289&r1=1816288&r2=1816289&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/minilang/product/inventory/InventoryServices.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/minilang/product/inventory/InventoryServices.xml Sat Nov 25 12:20:31 2017
@@ -1028,6 +1028,9 @@ under the License.
 	                       <break/>
 	                    </if-compare>
 	                </iterate>
+	                <if-compare operator="equals" value="0" field="quantityNotTransferred">
+	                    <break/>
+	                </if-compare>
                 </iterate>
             </else>
         </if-compare>