From: ivan Date: Mon, 12 Jul 2004 13:51:11 +0000 (+0000) Subject: DEL out voided payments to distinguish them visually better X-Git-Tag: BEFORE_FINAL_MASONIZE~981 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=582e73e52fd2f0324e8836ee66ae69e7a82ed364 DEL out voided payments to distinguish them visually better --- diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index a34ddc429..4497713c9 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -685,7 +685,7 @@ print ''; push @history, { 'date' => $cust_pay_void->_date, - 'desc' => "Payment $info voided ". + 'desc' => "Payment $info voided ". time2str("%D", $cust_pay_void->void_date). " by ". $cust_pay_void->otaker. '', 'void_payment' => $cust_pay_void->paid,