You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/07/03 06:00:20 UTC

svn commit: r673575 - /ofbiz/trunk/applications/accounting/widget/Menus.xml

Author: hansbak
Date: Wed Jul  2 21:00:20 2008
New Revision: 673575

URL: http://svn.apache.org/viewvc?rev=673575&view=rev
Log:
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}&amp;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">