Author: hansbak
Date: Fri Jul 17 06:11:51 2009
New Revision: 794973
URL:
http://svn.apache.org/viewvc?rev=794973&view=revLog:
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>