diff options
author | ivan <ivan> | 2009-04-22 18:58:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-04-22 18:58:46 +0000 |
commit | 6da82ce5c3c9fbfd544be359373c52d8912231b1 (patch) | |
tree | 93e9c5d80bc26455ca159369503ef21f4f3c8de6 /httemplate/edit/process/cust_main.cgi | |
parent | c9021dc97f2d50e9818afa685c9da37ae3b57df4 (diff) |
fix not allowing "on-demand" card or ACH, RT#5238 RT#5237 RT#5230
Diffstat (limited to 'httemplate/edit/process/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_main.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index 2e58315d4..7a0c67b4a 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -36,6 +36,8 @@ my %noauto = ( $payby = $noauto{$payby} if ! $cgi->param('payauto') && exists $noauto{$payby}; +$cgi->param('payby', $payby); + if ( $payby ) { if ( $payby eq 'CHEK' || $payby eq 'DCHK' ) { $cgi->param('payinfo', |