[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.30, 1.31

Ivan,,, ivan at wavetail.420.am
Fri Nov 5 11:32:59 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv3832/httemplate/edit/cust_main

Modified Files:
	billing.html 
Log Message:
fix more german character problems, RT#10498

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -w -d -r1.30 -r1.31
--- billing.html	22 Sep 2010 21:22:03 -0000	1.30
+++ billing.html	5 Nov 2010 18:32:57 -0000	1.31
@@ -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>&nbsp;</TD></TR>'.
 %        '<TR><TD>&nbsp;</TD></TR>'.



More information about the freeside-commits mailing list