From a96df0649e6b57d19896ec78236b4d7a8dfdf241 Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 13 Apr 2011 04:22:38 +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') diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 1238e9490..d5e53b8f1 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