Fixed: reversed key and description of Taxable Flag drop-down on Add a new invoice Item

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1768811 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/applications/accounting/widget/InvoiceForms.xml b/applications/accounting/widget/InvoiceForms.xml
index 8975339..fd145b9 100644
--- a/applications/accounting/widget/InvoiceForms.xml
+++ b/applications/accounting/widget/InvoiceForms.xml
@@ -431,8 +431,8 @@
         <field position="1" name="amount" title="${uiLabelMap.AccountingUnitPrice}"><text size="10"/></field>
         <field position="2" name="taxableFlag">
         <drop-down allow-empty="false" current="selected">
-            <option key="${uiLabelMap.CommonYes}" description="Y"/>
-            <option key="${uiLabelMap.CommonNo}" description="N"/>
+            <option key="Y" description="${uiLabelMap.CommonYes}"/>
+            <option key="N" description="${uiLabelMap.CommonNo}"/>
         </drop-down>
         </field>
         <field name="addButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit" use-when="invoiceItem==null">