From 9c866ccad0f187f29d21f12b93f15f2787aa9843 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 16 Sep 2011 00:15:48 +0000 Subject: invoice template and config localization, #12367 --- httemplate/view/cust_main/billing.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'httemplate/view/cust_main') 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 @@ % } +% if ( $cust_main->locale ) { +% my %locale_info = FS::Locales->locale_info($cust_main->locale); + + <% mt('Invoicing locale') |h %> + <% $locale_info{name} . " (" . $locale_info{country} .")" %> + +% } + + <%once> -- cgit v1.2.1