[freeside-commits] freeside/httemplate/edit part_pkg.cgi, 1.67.2.13, 1.67.2.14 quick-charge.html, 1.2.2.6, 1.2.2.7
Ivan,,,
ivan at wavetail.420.am
Mon Dec 22 13:17:15 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv5909
Modified Files:
Tag: FREESIDE_1_7_BRANCH
part_pkg.cgi quick-charge.html
Log Message:
soft-limit package names to 50 chars to avoid problems with typeset invoices, RT#4449
Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_pkg.cgi,v
retrieving revision 1.67.2.13
retrieving revision 1.67.2.14
diff -u -d -r1.67.2.13 -r1.67.2.14
--- part_pkg.cgi 3 Dec 2008 05:53:57 -0000 1.67.2.13
+++ part_pkg.cgi 22 Dec 2008 21:17:13 -0000 1.67.2.14
@@ -21,7 +21,7 @@
<TR>
<TD ALIGN="right">Package (customer-visible)</TD>
<TD>
- <INPUT TYPE="text" NAME="pkg" SIZE=32 MAXLENGTH=60 VALUE="<% $part_pkg->pkg %>">
+ <INPUT TYPE="text" NAME="pkg" SIZE=32 MAXLENGTH=50 VALUE="<% $part_pkg->pkg %>">
</TD>
</TR>
<TR>
Index: quick-charge.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/quick-charge.html,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -u -d -r1.2.2.6 -r1.2.2.7
--- quick-charge.html 8 Sep 2008 02:49:19 -0000 1.2.2.6
+++ quick-charge.html 22 Dec 2008 21:17:13 -0000 1.2.2.7
@@ -84,7 +84,7 @@
<TR>
<TD>Description:</TD>
<TD>
- <INPUT TYPE="text" NAME="pkg" SIZE="60" MAXLENGTH="65" VALUE="<% $pkg %>" onChange="enable_quick_charge()" onKeyPress="enable_quick_charge()">
+ <INPUT TYPE="text" NAME="pkg" SIZE="50" MAXLENGTH="50" VALUE="<% $pkg %>" onChange="enable_quick_charge()" onKeyPress="enable_quick_charge()">
</TD>
</TR>
More information about the freeside-commits
mailing list