diff options
| author | ivan <ivan> | 2008-10-16 05:35:36 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-10-16 05:35:36 +0000 |
| commit | e6933999c7934c9c856c027e8f0b913c6fcb223e (patch) | |
| tree | 12d0fb2d704c3a19833b4b7da06c176a1d33fb29 /httemplate/view | |
| parent | a6f1e8927a9f2584b3a4c88285e17cf21793593a (diff) | |
add batch-enable_payby and realtime_disable_payby for better control over hybrid realtime/batch installs; deprecate never-used paymentforcedtobatch, RT#4052
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/payment_history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index bc01d6834..c3a9019c6 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -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: |
