[freeside-commits] freeside/httemplate/edit/process cust_refund.cgi, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Tue Sep 5 09:44:53 PDT 2006


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv15963

Modified Files:
	cust_refund.cgi 
Log Message:
fix refunds, really

Index: cust_refund.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_refund.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cust_refund.cgi	5 Sep 2006 16:27:19 -0000	1.5
+++ cust_refund.cgi	5 Sep 2006 16:44:51 -0000	1.6
@@ -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";



More information about the freeside-commits mailing list