diff options
author | ivan <ivan> | 2008-10-16 05:29:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-10-16 05:29:00 +0000 |
commit | 626dbc1a49b6b1dfba94584670a0a0b11ac52148 (patch) | |
tree | d2d26f5e458c5d10412be8265180ea78d947bad1 /httemplate/view | |
parent | 1f67114ee822735e096a6dca47f94635a158b9e4 (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: |