[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.34, 1.35
Mark Wells
mark at wavetail.420.am
Thu Sep 15 03:19:06 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv16658/httemplate/view/cust_main
Modified Files:
billing.html
Log Message:
invoice template and config localization, #12367
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -w -d -r1.34 -r1.35
--- billing.html 6 Aug 2011 00:50:48 -0000 1.34
+++ billing.html 15 Sep 2011 10:19:03 -0000 1.35
@@ -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>
More information about the freeside-commits
mailing list