[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.60, 1.61

Ivan,,, ivan at wavetail.420.am
Tue Sep 6 18:24:06 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv26231

Modified Files:
	payment_history.html 
Log Message:
fix customer views for cc / echeck customers, RT#14257

Index: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -w -d -r1.60 -r1.61
--- payment_history.html	6 Aug 2011 00:50:48 -0000	1.60
+++ payment_history.html	7 Sep 2011 01:24:03 -0000	1.61
@@ -507,6 +507,8 @@
     my $payby = $object->payby;
     my $payinfo = $object->payinfo;
 
+    my $conf = new FS::Conf;
+
     if ( $payby eq 'CARD' ) {
         $payinfo = $object->paymask;
     } elsif ( $payby eq 'CHEK' ) {



More information about the freeside-commits mailing list