svn commit: r546803 - /ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r546803 - /ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml

lektran
Author: lektran
Date: Wed Jun 13 03:13:08 2007
New Revision: 546803

URL: http://svn.apache.org/viewvc?view=rev&rev=546803
Log:
Applied fix from trunk for revision: 546797

Modified:
    ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml

Modified: ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml?view=diff&rev=546803&r1=546802&r2=546803
==============================================================================
--- ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml (original)
+++ ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml Wed Jun 13 03:13:08 2007
@@ -507,7 +507,7 @@
                     </if-compare-field>
                     
                     <!-- now make sure that the currentQuantityToMove we decided on is not greater than remainingQuantityOnHand... -->
-                    <if-compare-field field-name="currentQuantityToMove" operator="greater" to-field-name="remainingQuantityOnHand">
+                    <if-compare-field field-name="currentQuantityToMove" operator="greater" to-field-name="remainingQuantityOnHand" type="Double">
                         <set from-field="remainingQuantityOnHand" field="currentQuantityToMove"/>
                     </if-compare-field>