summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-07-12 13:51:11 +0000
committerivan <ivan>2004-07-12 13:51:11 +0000
commit582e73e52fd2f0324e8836ee66ae69e7a82ed364 (patch)
tree6f9368d7389a99a042faa5b54f66c5bf7aba2414
parent4c4b99f655084122e9b55222dae3e94757b78cae (diff)
DEL out voided payments to distinguish them visually better
-rwxr-xr-xhttemplate/view/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
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 '</TABLE>';
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,