summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/billing.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-02-16 17:24:05 -0800
committerIvan Kohler <ivan@freeside.biz>2014-02-16 17:24:05 -0800
commit296b198525e573770dd2a1c686493f522c69f51f (patch)
tree17169758d1f4f6cde25f955f16f3fae60ffcb813 /httemplate/view/cust_main/billing.html
parent1df1cb78110f3f47d474fd1496d8485c231fd4b8 (diff)
credit limit for CDR prerating, RT#27267
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-rw-r--r--httemplate/view/cust_main/billing.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 749004d84..debc7a947 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 ) {
+ <A HREF="<% $p %>search/cust_main_credit_limit.html?custnum=<% $cust_main->custnum %>">(incidents)</A>
+% }
</TD>
</TR>