svn commit: r548225 - /ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml

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

svn commit: r548225 - /ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml

hansbak-2
Author: hansbak
Date: Sun Jun 17 22:38:37 2007
New Revision: 548225

URL: http://svn.apache.org/viewvc?view=rev&rev=548225
Log:
 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(&quot;NON_SERIAL_INV_ITEM&quot;)" name="totals" title="${uiLabelMap.ProductAvailablePromiseQuantityHand}">
-            <display description="${inventoryItem.availableToPromiseTotal} / ${inventoryItem.quantityOnHandTotal}"/>
+        <field use-when="&quot;NON_SERIAL_INV_ITEM&quot;.equals(inventoryItemTypeId)" name="totals" title="${uiLabelMap.ProductAvailablePromiseQuantityHand}">
+                <display description="${inventoryItem.availableToPromiseTotal} / ${inventoryItem.quantityOnHandTotal}"/>
         </field>
         
         <field use-when="inventoryItem!=null" name="submit" title="Update">