freeside/httemplate/view/cust_main payment_history.html,1.1,1.2
ivan
ivan at pouncequick.420.am
Sat Mar 12 06:32:21 PST 2005
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory pouncequick:/tmp/cvs-serv9831/httemplate/view/cust_main
Modified Files:
payment_history.html
Log Message:
- bring prepaid support into this century (close: Bug#1124)
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413)
- organize main menu sysadmin section so it is slightly less confusing
Index: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- payment_history.html 11 Dec 2004 07:51:00 -0000 1.1
+++ payment_history.html 12 Mar 2005 14:31:47 -0000 1.2
@@ -50,6 +50,7 @@
my $target = "$payby$payinfo";
$payby =~ s/^BILL$/Check #/ if $payinfo;
$payby =~ s/^CHEK$/Electronic check /;
+ $payby =~ s/^PREP$/Prepaid card /;
$payby =~ s/^BILL$//;
$payby =~ s/^(CARD|COMP)$/$1 /;
my $info = $payby ? " ($payby$payinfo)" : '';
More information about the freeside-commits
mailing list