Author: adrianc
Date: Tue Jun 26 23:37:27 2007
New Revision: 551074
URL:
http://svn.apache.org/viewvc?view=rev&rev=551074Log:
FindTaxAuthorityParties combobox does not work as expected. Patch contributed by Jeremy Wickersheimer, OFBIZ-1103.
Modified:
ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml?view=diff&rev=551074&r1=551073&r2=551074==============================================================================
--- ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml Tue Jun 26 23:37:27 2007
@@ -289,10 +289,10 @@
<field name="partyTaxId"><text-find/></field>
<field name="isExempt" widget-style="smallSelect">
- <drop-down no-current-selected-key="N"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>
+ <drop-down allow-empty="true"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>
</field>
<field name="isNexus" widget-style="smallSelect">
- <drop-down no-current-selected-key="N"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>
+ <drop-down allow-empty="true"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="text-link"/></field>