From: ivan Date: Tue, 5 Sep 2006 16:44:51 +0000 (+0000) Subject: fix refunds, really X-Git-Tag: TRIXBOX_2_6~974 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=77002640e60f0b47cf05ed8e173a0f0bcf66e655;p=freeside.git fix refunds, really --- diff --git a/httemplate/edit/process/cust_refund.cgi b/httemplate/edit/process/cust_refund.cgi index 8f63c1f78..a579a02d8 100755 --- a/httemplate/edit/process/cust_refund.cgi +++ b/httemplate/edit/process/cust_refund.cgi @@ -5,7 +5,7 @@ % %my $error = ''; %if ( $cgi->param('payby') =~ /^(CARD|CHEK)$/ ) { -% my $bop = FS::payby::payby2bop->{$1}; +% my $bop = $FS::payby::payby2bop{$1}; % $cgi->param('refund') =~ /^(\d*)(\.\d{2})?$/ % or die "illegal refund amount ". $cgi->param('refund'); % my $refund = "$1$2";