summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-06-10 22:48:03 +0000
committerivan <ivan>2002-06-10 22:48:03 +0000
commitf21edcf70602d7f2ea314d65382bd8c40f51d530 (patch)
tree4bec8b8837c12f432217a5bd09b6053b5679e107 /httemplate
parent25354a69186b74866b163d2b5c2b3aa52aa5658c (diff)
also retry cards when user clicks "Bill now" (closes: Bug#417)
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/misc/bill.cgi7
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/misc/bill.cgi b/httemplate/misc/bill.cgi
index 6f523a52c..f048e5559 100755
--- a/httemplate/misc/bill.cgi
+++ b/httemplate/misc/bill.cgi
@@ -18,9 +18,10 @@ unless ( $error ) {
$error = $cust_main->collect(
# 'invoice-time'=>$time,
- # 'batch_card'=> 'yes',
- 'batch_card'=> 'no',
- 'report_badcard'=> 'yes',
+ #'batch_card'=> 'yes',
+ #'batch_card'=> 'no',
+ #'report_badcard'=> 'yes',
+ 'retry_card' => 'yes',
);
}
#&eidiot($error) if $error;