Author: ashish Date: Sat Feb 20 11:05:50 2016 New Revision: 1731371 URL: http://svn.apache.org/viewvc?rev=1731371&view=rev Log: Applied patch from jira issue - OFBIZ-6906. Show currencyUomId of the invoice in the invoice selection for payments. Thanks Pierre for creating the issue and Thanks Jagpreet for providing the patch for the same.
Modified: ofbiz/trunk/applications/accounting/widget/PaymentForms.xml Modified: ofbiz/trunk/applications/accounting/widget/PaymentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentForms.xml?rev=1731371&r1=1731370&r2=1731371&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/PaymentForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/PaymentForms.xml Sat Feb 20 11:05:50 2016 @@ -530,9 +530,9 @@ under the License. <display-entity entity-name="TermType"/> </field> <field name="dueDate"><display/></field> - <field name="amount"><display/></field> - <field name="paidAmount"><display/></field> - <field name="outstandingAmount"><display/></field> + <field name="amount" position="1"><display type="currency" currency="${payment.currencyUomId}"/></field> + <field name="paidAmount"><display type="currency" currency="${payment.currencyUomId}"/></field> + <field name="outstandingAmount"><display type="currency" currency="${payment.currencyUomId}"/></field> </form> <form name="FinAccountTransAssociatedWithPayment" type="single" default-map-name="finAccountTrans" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="finAccountTransId" position="1"><display/></field>