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

Reply via email to