summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2010-09-22 21:22:03 +0000
committermark <mark>2010-09-22 21:22:03 +0000
commitcb0b8c862de7c7ab68b172faa29167f47894627b (patch)
treea690eda6f9b6d6e9274094583618962e7b248227 /httemplate/view
parent197c503fbe112896332e9ca5f17c9c5a2ea4bb87 (diff)
customer credit limits, RT#8209
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/billing.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 54c180bdd..dd195236a 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -206,6 +206,14 @@ Billing information
<% $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>