[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.33.2.1, 1.33.2.2

Mark Wells mark at wavetail.420.am
Thu Sep 15 17:15:50 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv30348/httemplate/view/cust_main

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.33.2.1
retrieving revision 1.33.2.2
diff -u -w -d -r1.33.2.1 -r1.33.2.2
--- billing.html	6 Aug 2011 00:50:59 -0000	1.33.2.1
+++ billing.html	16 Sep 2011 00:15:48 -0000	1.33.2.2
@@ -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