freeside/httemplate/view cust_main.cgi,1.86,1.87
ivan
ivan at pouncequick.420.am
Tue Sep 21 00:50:26 PDT 2004
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv10966
Modified Files:
cust_main.cgi
Log Message:
better display of echeck payments/refunds/etc.
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- cust_main.cgi 14 Sep 2004 13:00:46 -0000 1.86
+++ cust_main.cgi 21 Sep 2004 07:50:23 -0000 1.87
@@ -584,6 +584,7 @@
my $target = "$payby$payinfo";
$payby =~ s/^BILL$/Check #/ if $payinfo;
+ $payby =~ s/^CHEK$/Electronic check /;
$payby =~ s/^BILL$//;
$payby =~ s/^(CARD|COMP)$/$1 /;
my $info = $payby ? " ($payby$payinfo)" : '';
@@ -693,6 +694,7 @@
: $cust_pay_void->payinfo;
$payby =~ s/^BILL$/Check #/ if $payinfo;
+ $payby =~ s/^CHEK$/Electronic check /;
$payby =~ s/^BILL$//;
$payby =~ s/^(CARD|COMP)$/$1 /;
my $info = $payby ? " ($payby$payinfo)" : '';
@@ -797,6 +799,7 @@
: $cust_refund->payinfo;
$payby =~ s/^BILL$/Check #/ if $payinfo;
+ $payby =~ s/^CHEK$/Electronic check/;
$payby =~ s/^(CARD|COMP)$/$1 /;
push @history, {
More information about the freeside-commits
mailing list