From 582e73e52fd2f0324e8836ee66ae69e7a82ed364 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 12 Jul 2004 13:51:11 +0000 Subject: [PATCH 1/1] DEL out voided payments to distinguish them visually better --- httemplate/view/cust_main.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.0