[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.21.2.11, 1.21.2.12
Ivan,,,
ivan at wavetail.420.am
Wed Oct 15 22:35:38 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv2076/httemplate/view/cust_main
Modified Files:
Tag: FREESIDE_1_7_BRANCH
payment_history.html
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: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.21.2.11
retrieving revision 1.21.2.12
diff -u -d -r1.21.2.11 -r1.21.2.12
--- payment_history.html 3 Sep 2008 01:52:58 -0000 1.21.2.11
+++ payment_history.html 16 Oct 2008 05:35:36 -0000 1.21.2.12
@@ -136,7 +136,7 @@
%# batched payment links
-% if ( $conf->exists('batch-enable')
+% if ( ( $conf->exists('batch-enable') || $conf->config('batch-enable_payby') )
% && $curuser->access_right('View customer batched payments')
% ) {
View batched payments:
More information about the freeside-commits
mailing list