Re: svn commit: r599516 - in /ofbiz/trunk/applications/product: entitydef/entitymodel.xml script/org/ofbiz/product/inventory/InventoryServices.xml
Posted by Vikas Mayur-2 on Nov 30, 2007; 1:37pm
URL: http://ofbiz.116.s1.nabble.com/Re-svn-commit-r599516-in-ofbiz-trunk-applications-product-entitydef-entitymodel-xml-script-org-ofbizl-tp186268.html
Line number 222, InventoryServices.xml
<set field-name="oldUnitCost" from-field="lookedUpValue.unitCost"/>
This line is breaking the code.
It should be
<set field="oldUnitCost" from-field="lookedUpValue.unitCost"/>
Thank you,
-- Vikas