You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2014/10/04 19:28:48 UTC

svn commit: r1629428 - in /ofbiz/branches/release13.07: ./ applications/accounting/widget/InvoiceForms.xml

Author: adrianc
Date: Sat Oct  4 17:28:48 2014
New Revision: 1629428

URL: http://svn.apache.org/r1629428
Log:
Merged revision(s) 1629426 from ofbiz/trunk:
Fixed a bug in the Find Invoice screen where the invoice currency was being ignored.

Modified:
    ofbiz/branches/release13.07/   (props changed)
    ofbiz/branches/release13.07/applications/accounting/widget/InvoiceForms.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1629426

Modified: ofbiz/branches/release13.07/applications/accounting/widget/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/accounting/widget/InvoiceForms.xml?rev=1629428&r1=1629427&r2=1629428&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/accounting/widget/InvoiceForms.xml (original)
+++ ofbiz/branches/release13.07/applications/accounting/widget/InvoiceForms.xml Sat Oct  4 17:28:48 2014
@@ -73,7 +73,6 @@ under the License.
                 .multiply(org.ofbiz.accounting.invoice.InvoiceWorker.getInvoiceCurrencyConversionRate(delegator,invoiceId))}"/>
             <set field="total" value="${bsh:org.ofbiz.accounting.invoice.InvoiceWorker.getInvoiceTotal(delegator,invoiceId)
                 .multiply(org.ofbiz.accounting.invoice.InvoiceWorker.getInvoiceCurrencyConversionRate(delegator,invoiceId))}"/>
-            <set field="currencyUomId" from-field="defaultOrganizationPartyCurrencyUomId"/>
         </row-actions>
 
         <field name="invoiceId" widget-style="buttontext" sort-field="true">