From a7ea8cde763b396d0f4ce48168c689d038263786 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 31 Jan 2007 04:30:49 +0000 Subject: small change in payment receipt handling (ticket 1422) --- httemplate/misc/process/payment.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/misc') diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi index 6089d27c0..a5f4d4208 100644 --- a/httemplate/misc/process/payment.cgi +++ b/httemplate/misc/process/payment.cgi @@ -91,6 +91,7 @@ % %my $error = $cust_main->realtime_bop( $FS::payby::payby2bop{$payby}, $amount, % 'quiet' => 1, +% 'manual' => 1, % 'payinfo' => $payinfo, % 'paydate' => "$year-$month-01", % 'payname' => $payname, -- cgit v1.2.1