X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fprocess%2Fpayment.cgi;fp=httemplate%2Fmisc%2Fprocess%2Fpayment.cgi;h=d232fe72937808eb7d663a8c288a275817403aa0;hp=a3cfbaeb616de1f5c527ac383f83e283a9824b13;hb=587e9bff0bdfe58b69d9f87074514cb299eeaa5c;hpb=05dee44cdb4e93df6963ae396f916705c4086f86 diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi index a3cfbaeb6..d232fe729 100644 --- a/httemplate/misc/process/payment.cgi +++ b/httemplate/misc/process/payment.cgi @@ -232,6 +232,7 @@ if ( $cgi->param('batch') ) { 'paynum_ref' => \$paynum, 'discount_term' => $discount_term, 'no_auto_apply' => ($cgi->param('apply') eq 'never') ? 'Y' : '', + 'no_invnum' => 1, map { $_ => scalar($cgi->param($_)) } @{$payby2fields{$payby}} ); errorpage($error) if $error;