summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-02-16 17:23:51 -0800
committerIvan Kohler <ivan@freeside.biz>2014-02-16 17:23:51 -0800
commit86d3bab91d8baadcbe33e5bbceeb607990efa1eb (patch)
tree02d29e9ccd65ebd0402423bbe237edbf4e3f87f3 /httemplate/view/cust_main
parentd01d5826b8a8b64c5ccc64b0ee8e8c3db3e9ea57 (diff)
credit limit for CDR prerating, RT#27267
Diffstat (limited to 'httemplate/view/cust_main')
-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 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 ) {
+ <A HREF="<% $p %>search/cust_main_credit_limit.html?custnum=<% $cust_main->custnum %>">(incidents)</A>
+% }
</TD>
</TR>