svn commit: r794973 - /ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

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

svn commit: r794973 - /ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

hansbak-2
Author: hansbak
Date: Fri Jul 17 06:11:51 2009
New Revision: 794973

URL: http://svn.apache.org/viewvc?rev=794973&view=rev
Log:
correction on uomId on invoiceItem; certainly NOT currency

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?rev=794973&r1=794972&r2=794973&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Fri Jul 17 06:11:51 2009
@@ -401,7 +401,8 @@
         <field position="1" name="quantity"><text size="10"/></field>
         <field position="2" name="uomId">
             <drop-down allow-empty="true">
-                <entity-options key-field-name="uomId" description="${abbreviation} - ${description}" entity-name="Uom">
+                <entity-options key-field-name="uomId" description="${description} - ${abbreviation}" entity-name="Uom">
+                    <entity-constraint name="uomTypeId" operator="not-equals" value="CURRENCY_MEASURE"/>
                     <entity-order-by field-name="description"/>
                 </entity-options>
             </drop-down>