summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authormark <mark>2011-09-16 00:15:48 +0000
committermark <mark>2011-09-16 00:15:48 +0000
commit9c866ccad0f187f29d21f12b93f15f2787aa9843 (patch)
treef1a17825d748de59b6d578f5510ab2bb9e6a43bb /httemplate/view/cust_main
parent2e9b97a7492a06855cc55a65f4df7b14607a0db9 (diff)
invoice template and config localization, #12367
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/billing.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index cf22ff701..09c0b4d1d 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -273,6 +273,15 @@
</TR>
% }
+% if ( $cust_main->locale ) {
+% my %locale_info = FS::Locales->locale_info($cust_main->locale);
+ <TR>
+ <TD ALIGN="right"><% mt('Invoicing locale') |h %></TD>
+ <TD BGCOLOR="#ffffff"><% $locale_info{name} . " (" . $locale_info{country} .")" %></TD>
+ </TR>
+% }
+
+
</TABLE></TD></TR></TABLE>
<%once>