You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2007/07/08 08:22:36 UTC

svn commit: r554324 - /ofbiz/branches/release4.0/applications/accounting/widget/TaxAuthorityForms.xml

Author: lektran
Date: Sat Jul  7 23:22:36 2007
New Revision: 554324

URL: http://svn.apache.org/viewvc?view=rev&rev=554324
Log:
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>