freeside/httemplate/edit cust_refund.cgi,1.1,1.2

ivan ivan at pouncequick.420.am
Tue Sep 14 06:01:24 PDT 2004


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv1243/httemplate/edit

Modified Files:
	cust_refund.cgi 
Log Message:
echeck/ACH refunds

Index: cust_refund.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_refund.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_refund.cgi	6 Jul 2004 17:26:02 -0000	1.1
+++ cust_refund.cgi	14 Sep 2004 13:00:47 -0000	1.2
@@ -49,6 +49,7 @@
   my $payby = $cust_pay->payby;
   my $payinfo = $cust_pay->payinfo;
   $payby =~ s/^BILL$/Check/ if $payinfo;
+  $payby =~ s/^CHEK$/Electronic check/;
   $payinfo = $cust_pay->payinfo_masked if $payby eq 'CARD';
 
   print '<BR>Payment'. ntable("#cccccc", 2).




More information about the freeside-commits mailing list