svn commit: r548225 - /ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml
Posted by
hansbak-2 on
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r548225-ofbiz-trunk-applications-product-webapp-facility-inventory-InventoryForms-xml-tp212091.html
Author: hansbak
Date: Sun Jun 17 22:38:37 2007
New Revision: 548225
URL:
http://svn.apache.org/viewvc?view=rev&rev=548225Log:
create inventory item form error: fixed
Modified:
ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml
Modified: ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml?view=diff&rev=548225&r1=548224&r2=548225==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml Sun Jun 17 22:38:37 2007
@@ -79,8 +79,8 @@
</field>
<field name="unitCost"><text/></field>
- <field use-when="inventoryItemTypeId.equals("NON_SERIAL_INV_ITEM")" name="totals" title="${uiLabelMap.ProductAvailablePromiseQuantityHand}">
- <display description="${inventoryItem.availableToPromiseTotal} / ${inventoryItem.quantityOnHandTotal}"/>
+ <field use-when=""NON_SERIAL_INV_ITEM".equals(inventoryItemTypeId)" name="totals" title="${uiLabelMap.ProductAvailablePromiseQuantityHand}">
+ <display description="${inventoryItem.availableToPromiseTotal} / ${inventoryItem.quantityOnHandTotal}"/>
</field>
<field use-when="inventoryItem!=null" name="submit" title="Update">