X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=014ddaba280af3d8d013bb4c2d5185e7d7850e2b;hb=38532144b08af1ae9e577c32ad1924e7c891b8c6;hp=f1d00a19c88948a916d66e63cf1eeb121284509c;hpb=7903fffd694ccf7128da34023ecbbc5eb06e84e8;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index f1d00a19c..014ddaba2 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -9,7 +9,6 @@ Billing information (<% include('/elements/bill.html', custnum => $cust_main->custnum, label => 'Bill now', - formname => 'billnow', url => $p.'view/cust_main.cgi?'.$cust_main->custnum, ) %>) % } @@ -133,7 +132,7 @@ Billing information Attention - <% $cust_main->payname %> + <% $cust_main->payname |h %> % } elsif ( $cust_main->payby eq 'COMP' ) { @@ -207,6 +206,14 @@ Billing information <% $cust_main->invoice_terms || 'Default ('. ( $conf->config('invoice_default_terms') || 'Payable upon receipt' ). ')' %> + + Credit limit + + <% length($cust_main->credit_limit) ? + $money_char.sprintf("%.2f", $cust_main->credit_limit) : + 'Unlimited' %> + + % if ( $conf->exists('voip-cust_cdr_spools') ) {