diff options
author | ivan <ivan> | 2010-11-05 18:32:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-05 18:32:57 +0000 |
commit | 8d421ec3cb2697a0fcc75db12a8975a2d92cf25f (patch) | |
tree | a79397bc6dc5b9ac6145d661bf744cd90d18c65b /httemplate/edit/cust_main | |
parent | 34ca0c7b49bb6411155a4b8023598d3dd7d11a56 (diff) |
fix more german character problems, RT#10498
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r-- | httemplate/edit/cust_main/billing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index aeb67b662..d12198211 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -240,7 +240,7 @@ % qq!<INPUT TYPE="hidden" NAME="BILL_exp_year" VALUE="2037">!. % % qq!<TR><TD ALIGN="right" WIDTH="200">Attention </TD>!. -% qq!<TD WIDTH="408"><INPUT TYPE="text" NAME="BILL_payname" VALUE="!. ( $payby eq 'BILL' ? $cust_main->payname : '' ). qq!"></TD></TR>!. +% qq!<TD WIDTH="408"><INPUT TYPE="text" NAME="BILL_payname" VALUE="!. encode_entities( $payby eq 'BILL' ? $cust_main->payname : '' ). qq!"></TD></TR>!. % % '<TR><TD> </TD></TR>'. % '<TR><TD> </TD></TR>'. |