From 86d3bab91d8baadcbe33e5bbceeb607990efa1eb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 16 Feb 2014 17:23:51 -0800 Subject: credit limit for CDR prerating, RT#27267 --- httemplate/view/cust_main/billing.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 382fdacf5..2c4b3fb2d 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -273,6 +273,9 @@ ? "Default ($money_char". sprintf("%.2f", $default_credit_limit). ")" : emt('Unlimited') %> +% if ( $cust_main->num_cust_main_credit_limit ) { + (incidents) +% } -- cgit v1.2.1