X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_refund.cgi;h=009ce7321c5565eaa0b4b5d45f280e19c0f3e15e;hp=0a5324ad24495f0c1e555e07384829eaecd2b305;hb=4a88f08ffbf1c9d2f3da8a6d6d6a7d46e99dbc19;hpb=a218049cc9560b1bfc98f5803fba18f9f804e11b diff --git a/httemplate/edit/cust_refund.cgi b/httemplate/edit/cust_refund.cgi index 0a5324ad2..009ce7321 100755 --- a/httemplate/edit/cust_refund.cgi +++ b/httemplate/edit/cust_refund.cgi @@ -146,7 +146,10 @@ &> % } -% if ( $conf->exists("batch-enable") +% if ($payby eq "CARD" || $payby eq "DCRD") { + +% } +% elsif ( $conf->exists("batch-enable") % || grep $payby eq $_, $conf->config('batch-enable_payby') % ) { % if ( grep $payby eq $_, $conf->config('realtime-disable_payby') ) {