freeside/httemplate/view cust_bill.cgi,1.21,1.22
ivan
ivan at pouncequick.420.am
Mon Dec 20 02:14:06 PST 2004
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv9641/httemplate/view
Modified Files:
cust_bill.cgi
Log Message:
better error messages on email errors
Index: cust_bill.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_bill.cgi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cust_bill.cgi 5 Oct 2004 14:16:44 -0000 1.21
+++ cust_bill.cgi 20 Dec 2004 10:14:04 -0000 1.22
@@ -47,7 +47,7 @@
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;
More information about the freeside-commits
mailing list