diff options
author | ivan <ivan> | 2003-06-22 14:21:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-06-22 14:21:54 +0000 |
commit | 38ed51aa1b0c04cd2ea7126cc7ee6e4754c08a8e (patch) | |
tree | 3af57c55cf07e3a571d16eae5b6e93334961a879 /httemplate/misc | |
parent | c931f17b20f0b47c2901ba7d2ec1715ad5aac784 (diff) |
fix the credit card retry on change or manual "retry_card" to ONCE per invoice
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-x | httemplate/misc/bill.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/bill.cgi b/httemplate/misc/bill.cgi index f048e5559..44d85b880 100755 --- a/httemplate/misc/bill.cgi +++ b/httemplate/misc/bill.cgi @@ -21,7 +21,8 @@ unless ( $error ) { #'batch_card'=> 'yes', #'batch_card'=> 'no', #'report_badcard'=> 'yes', - 'retry_card' => 'yes', + #'retry_card' => 'yes', + 'retry' => 'yes', ); } #&eidiot($error) if $error; |