svn commit: r643907 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

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

svn commit: r643907 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

jacopoc
Author: jacopoc
Date: Wed Apr  2 06:54:17 2008
New Revision: 643907

URL: http://svn.apache.org/viewvc?rev=643907&view=rev
Log:
Misc cleanups to the edit accounting transaction form.

Modified:
    ofbiz/trunk/applications/accounting/widget/GlForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=643907&r1=643906&r2=643907&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Wed Apr  2 06:54:17 2008
@@ -447,7 +447,7 @@
             </drop-down>
         </field>
         <field name="roleTypeId">
-            <drop-down>
+            <drop-down allow-empty="true">
                 <entity-options entity-name="RoleType" description="${description}">
                     <entity-order-by field-name="roleTypeId"/>
                 </entity-options>
@@ -459,22 +459,16 @@
         <field name="paymentId"><lookup target-form-name="LookupPayment" size="20" maxlength="20"/></field>
         <field name="produtId"><lookup target-form-name="LookupProduct" size="20" maxlength="20"/></field>
         <field name="shipmentId"><lookup target-form-name="LookupShipment" size="20" maxlength="20"/></field>
-        <field name="inventoryItemId">
-            <drop-down>
-                <entity-options entity-name="InventoryItem" description="${inventoryItemId}">
-                    <entity-order-by field-name="inventoryItemId"/>
-                </entity-options>
-            </drop-down>
-        </field>
+        <field name="inventoryItemId"><text/></field>
         <field name="groupStatusId">
-            <drop-down>
+            <drop-down allow-empty="true">
                 <entity-options entity-name="StatusItem" description="${description}" key-field-name="statusId">
                     <entity-order-by field-name="description"/>
                 </entity-options>
             </drop-down>
         </field>
         <field name="fixedAssetId">
-            <drop-down>
+            <drop-down allow-empty="true">
                 <entity-options entity-name="FixedAsset" description="${fixedAssetId}">
                     <entity-order-by field-name="fixedAssetId"/>
                 </entity-options>