From 9199477fb4ab87db98f5a8eb2ee6a051508293a5 Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 13 Apr 2011 04:24:55 +0000 Subject: add config option to disable auto-application of credits to invoices, RT12331 --- httemplate/edit/cust_credit.cgi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/edit') diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index dc80847de..892637a34 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -40,10 +40,14 @@ +% if ( $conf->exists('credits-auto-apply-disable') ) { + +% } else { Auto-apply
to invoices +% } % if ( $conf->exists('pkg-balances') ) { <% include('/elements/tr-select-cust_pkg-balances.html', -- cgit v1.2.1