Author: hansbak
Date: Wed Jul 2 21:00:20 2008
New Revision: 673575
URL:
http://svn.apache.org/viewvc?rev=673575&view=revLog:
send the invoice in the curreny of the recipient, when possible, by default....
Modified:
ofbiz/trunk/applications/accounting/widget/Menus.xml
Modified: ofbiz/trunk/applications/accounting/widget/Menus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/Menus.xml?rev=673575&r1=673574&r2=673575&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/Menus.xml Wed Jul 2 21:00:20 2008
@@ -111,7 +111,7 @@
<condition>
<not><if-empty field-name="invoice.invoiceId"/></not>
</condition>
- <link target="sendPerEmail?invoiceId=${invoice.invoiceId}"/>
+ <link target="sendPerEmail?invoiceId=${invoice.invoiceId}&other=Y"/><!-- always try to send in the currency of the recipient -->
</menu-item>
</menu>
<menu name="InvoiceSubTabBar" menu-container-style="button-bar button-style-2" default-selected-style="selected">