summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/billing.html
diff options
context:
space:
mode:
authorivan <ivan>2010-11-02 00:28:13 +0000
committerivan <ivan>2010-11-02 00:28:13 +0000
commit82de9040b2d99c05060be6396bab8bd74db96f6c (patch)
tree10930aa398ae1e505ae2070829444f69d21793cc /httemplate/view/cust_main/billing.html
parent97bd9c0842f1799722c87de24fd0bfc69027ea65 (diff)
fix for uumlaut problem, RT#10359
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-rw-r--r--httemplate/view/cust_main/billing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index dd195236a..014ddaba2 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -132,7 +132,7 @@ Billing information
<TR>
<TD ALIGN="right">Attention</TD>
- <TD BGCOLOR="#ffffff"><% $cust_main->payname %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->payname |h %></TD>
</TR>
% } elsif ( $cust_main->payby eq 'COMP' ) {