summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-10 23:15:03 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-10 23:15:03 -0700
commitb7a2175dd9b386441f4ab66869d73083e5e8beb1 (patch)
tree3d96ed11d9ec68a9becd2e5b38548974a7a98e0e /httemplate/view
parente497261817ee2cf3acb5ee3dda3c5906f1c13a4f (diff)
multi-currency, RT#21565
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/billing.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index b863a734b..e286305f4 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -304,6 +304,13 @@
</TR>
% }
+% if ( $cust_main->currency ) {
+ <TR>
+ <TD ALIGN="right"><% mt('Invoicing currency') |h %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->currency. ': '. code2currency($cust_main->currency) %></TD>
+ </TR>
+% }
+
% if ( $cust_main->locale ) {
% my %locale_info = FS::Locales->locale_info($cust_main->locale);
<TR>