X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=78d51d07f3531554c483f27df01f781cc29f539a;hb=a83f6bb859327c0ff55d6aa30e39e8a0f657be75;hp=749004d846b22d51e5fd866b0f3b408d2271b9cb;hpb=ad9229b8b2934caa4af464e26cdb3349fb2e759b;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 749004d84..78d51d07f 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -260,7 +260,12 @@ <% mt('Invoice terms') |h %> - <% $cust_main->invoice_terms || emt('Default').' ('. ( $conf->config('invoice_default_terms') || emt('Payable upon receipt') ). ')' %> + <% $cust_main->invoice_terms + || emt('Default').' ('. ( $conf->config('invoice_default_terms', $cust_main->agentnum) + || emt('Payable upon receipt') + ). + ')' + %> @@ -273,6 +278,9 @@ ? "Default ($money_char". sprintf("%.2f", $default_credit_limit). ")" : emt('Unlimited') %> +% if ( $cust_main->num_cust_main_credit_limit ) { + (incidents) +% }