freeside/httemplate/view cust_main.cgi,1.82,1.83

ivan ivan at pouncequick.420.am
Mon Jul 12 06:51:16 PDT 2004


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv11680

Modified Files:
	cust_main.cgi 
Log Message:
DEL out voided payments to distinguish them visually better

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- cust_main.cgi	6 Jul 2004 17:26:02 -0000	1.82
+++ cust_main.cgi	12 Jul 2004 13:51:11 -0000	1.83
@@ -685,7 +685,7 @@
 
     push @history, {
       'date'   => $cust_pay_void->_date,
-      'desc'   => "Payment $info <I>voided ".
+      'desc'   => "<DEL>Payment $info</DEL> <I>voided ".
                   time2str("%D", $cust_pay_void->void_date).
                   " by ". $cust_pay_void->otaker. '</i>',
       'void_payment' => $cust_pay_void->paid,




More information about the freeside-commits mailing list