[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.22, 1.23

Mark Wells mark at wavetail.420.am
Wed Sep 22 14:22:05 PDT 2010


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

Modified Files:
	billing.html 
Log Message:
customer credit limits, RT#8209

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -w -d -r1.22 -r1.23
--- billing.html	12 Jul 2010 22:55:25 -0000	1.22
+++ billing.html	22 Sep 2010 21:22:03 -0000	1.23
@@ -206,6 +206,14 @@
     <% $cust_main->invoice_terms || 'Default ('. ( $conf->config('invoice_default_terms') || 'Payable upon receipt' ). ')' %>
   </TD>
 </TR>
+<TR>
+  <TD ALIGN="right">Credit&nbsp;limit</TD>
+  <TD BGCOLOR="#ffffff">
+    <% length($cust_main->credit_limit) ? 
+        $money_char.sprintf("%.2f", $cust_main->credit_limit) :
+        'Unlimited' %>
+  </TD>
+</TR>
 
 % if ( $conf->exists('voip-cust_cdr_spools') ) { 
   <TR>



More information about the freeside-commits mailing list