Author: akashjain
Date: Sat Nov 25 12:20:31 2017
New Revision: 1816289
URL:
http://svn.apache.org/viewvc?rev=1816289&view=revLog:
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>