svn commit: r1768811 - /ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1768811 - /ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml

zhangwei
Author: zhangwei
Date: Wed Nov  9 02:02:03 2016
New Revision: 1768811

URL: http://svn.apache.org/viewvc?rev=1768811&view=rev
Log:
Fixed: reversed key and description of Taxable Flag drop-down on Add a new invoice Item

Modified:
    ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml?rev=1768811&r1=1768810&r2=1768811&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml Wed Nov  9 02:02:03 2016
@@ -431,8 +431,8 @@ under the License.
         <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">