Login  Register

Re: svn commit: r599516 - in /ofbiz/trunk/applications/product: entitydef/entitymodel.xml script/org/ofbiz/product/inventory/InventoryServices.xml

Posted by Jacopo Cappellato on Nov 30, 2007; 2:30pm
URL: http://ofbiz.116.s1.nabble.com/Re-svn-commit-r599516-in-ofbiz-trunk-applications-product-entitydef-entitymodel-xml-script-org-ofbizl-tp186268p186269.html

Thanks Vikas,

this is fixed it in rev. 599826

Jacopo


Vikas Mayur wrote:

> 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
>