[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.34, 1.35

Ivan,,, ivan at wavetail.420.am
Wed Oct 15 22:29:02 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv1859/httemplate/view/cust_main

Modified Files:
	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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- payment_history.html	3 Sep 2008 01:52:57 -0000	1.34
+++ payment_history.html	16 Oct 2008 05:29:00 -0000	1.35
@@ -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