Skip to content

Commit

Permalink
Applied patch from jira issue - OFBIZ-6906.
Browse files Browse the repository at this point in the history
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.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1731371 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ashishvijaywargiya committed Feb 20, 2016
1 parent c5040dd commit 84dddab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/accounting/widget/PaymentForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 84dddab

Please sign in to comment.