X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_bill.cgi;h=ca0612d09cd0adacc2697f44b2967bba1dbcc091;hb=34647c32b50ce3b8ee1b6d3d7aef4ba9d0297bdb;hp=bda5d769b0e42c05ddc6fa0cb4d6a0af3efeb254;hpb=b740db94f284cc882958fa6e78f73c8017783578;p=freeside.git diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index bda5d769b..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 ''. $part_bill_event->event; @@ -70,8 +70,7 @@ unless ( $templatename ) { print '
'; } - -print '
'. $cust_bill->print_text('', $templatename);
+print '
', $cust_bill->print_text('', $templatename);
 
 	#formatting
 	print <