[freeside-commits] freeside/httemplate/search cust_pay_batch.cgi, 1.6.2.2, 1.6.2.3
Ivan,,,
ivan at wavetail.420.am
Wed Oct 15 22:35:38 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv2076/httemplate/search
Modified Files:
Tag: FREESIDE_1_7_BRANCH
cust_pay_batch.cgi
Log Message:
add batch-enable_payby and realtime_disable_payby for better control over hybrid realtime/batch installs; deprecate never-used paymentforcedtobatch, RT#4052
Index: cust_pay_batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pay_batch.cgi,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -d -r1.6.2.2 -r1.6.2.3
--- cust_pay_batch.cgi 13 Jan 2008 20:57:38 -0000 1.6.2.2
+++ cust_pay_batch.cgi 16 Oct 2008 05:35:36 -0000 1.6.2.3
@@ -63,7 +63,9 @@
unless $FS::CurrentUser::CurrentUser->access_right('Financial reports')
|| $FS::CurrentUser::CurrentUser->access_right('Process batches')
|| ( $cgi->param('custnum')
- && $conf->exists('batch-enable')
+ && ( $conf->exists('batch-enable')
+ || $conf->config('batch-enable_payby')
+ )
#&& $FS::CurrentUser::CurrentUser->access_right('View customer batched payments')
);
More information about the freeside-commits
mailing list