summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-12-20 10:14:04 +0000
committerivan <ivan>2004-12-20 10:14:04 +0000
commitf7e1a877f69a8a144fc2da7a422c4e3f728321cb (patch)
treeee316951174b438f1ccb86f05545aced423fa07c /httemplate
parent728a98cf17b93919f309e113362476fd2c69e5c6 (diff)
better error messages on email errors
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/cust_bill.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi
index 34f533196..ca0612d09 100755
--- a/httemplate/view/cust_bill.cgi
+++ b/httemplate/view/cust_bill.cgi
@@ -47,7 +47,7 @@ unless ( $templatename ) {
sort { $a->_date <=> $b->_date } $cust_bill->cust_bill_event
) {
my $status = $cust_bill_event->status;
- $status .= ': '. $cust_bill_event->statustext
+ $status .= ': '. encode_entities($cust_bill_event->statustext)
if $cust_bill_event->statustext;
my $part_bill_event = $cust_bill_event->part_bill_event;
print '<TR><TD>'. $part_bill_event->event;