On Jul 5, 2008, at 10:28 PM, [EMAIL PROTECTED] wrote:
--- ofbiz/trunk/applications/party/webapp/partymgr/party/
PartyForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/
PartyForms.xml Sat Jul 5 21:28:22 2008
@@ -100,16 +101,9 @@
<form name="ViewPartyGroup" type="single" default-map-
name="lookupGroup">
<auto-fields-entity entity-name="PartyGroup" default-field-
type="display"/>
<field name="partyTypeId"><ignored/></field>
- <field name="preferredCurrencyUomId">
- <drop-down allow-empty="true">
- <entity-options key-field-name="uomId"
description="${abbreviation} - ${description}" entity-name="Uom">
- <entity-constraint name="uomTypeId"
operator="equals" value="CURRENCY_MEASURE"/>
- <entity-order-by field-name="abbreviation"/>
- </entity-options>
- </drop-down>
- </field>
Why was it that you removed this form field?
-David