Author: lektran
Date: Sat Jul 7 23:22:36 2007
New Revision: 554324
URL:
http://svn.apache.org/viewvc?view=rev&rev=554324Log:
Applied fix from trunk for revision: 551074
Modified:
ofbiz/branches/release4.0/applications/accounting/widget/TaxAuthorityForms.xml
Modified: ofbiz/branches/release4.0/applications/accounting/widget/TaxAuthorityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/widget/TaxAuthorityForms.xml?view=diff&rev=554324&r1=554323&r2=554324==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/widget/TaxAuthorityForms.xml (original)
+++ ofbiz/branches/release4.0/applications/accounting/widget/TaxAuthorityForms.xml Sat Jul 7 23:22:36 2007
@@ -281,8 +281,12 @@
<field name="thruDate" title="${uiLabelMap.CommonThruDate}"><date-find/></field>
<field name="partyTaxId"><text-find/></field>
- <field name="isExempt" widget-style="smallSelect"><drop-down no-current-selected-key="N"><option key="Y"/><option key="N"/></drop-down></field>
- <field name="isNexus" widget-style="smallSelect"><drop-down no-current-selected-key="N"><option key="Y"/><option key="N"/></drop-down></field>
+ <field name="isExempt" widget-style="smallSelect">
+ <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 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>
</form>