svn commit: r771477 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml

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

svn commit: r771477 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml

lektran
Author: lektran
Date: Mon May  4 22:31:32 2009
New Revision: 771477

URL: http://svn.apache.org/viewvc?rev=771477&view=rev
Log:
Fix type warning

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml?rev=771477&r1=771476&r2=771477&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml Mon May  4 22:31:32 2009
@@ -52,7 +52,7 @@
             <set field="newEntity.isVirtual" value="N"/>
         </if-empty>
         <if-empty field="newEntity.billOfMaterialLevel">
-            <set field="newEntity.billOfMaterialLevel" value="0" type="Integer"/>
+            <set field="newEntity.billOfMaterialLevel" value="0" type="Long"/>
         </if-empty>
 
         <create-value value-field="newEntity"/>