[freeside-commits] freeside/httemplate/edit part_pkg.cgi, 1.67.2.12, 1.67.2.13
Ivan,,,
ivan at wavetail.420.am
Tue Dec 2 21:53:59 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv30997
Modified Files:
Tag: FREESIDE_1_7_BRANCH
part_pkg.cgi
Log Message:
60 char soft max length for packages, so invoices don't wrap, RT#4328
Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_pkg.cgi,v
retrieving revision 1.67.2.12
retrieving revision 1.67.2.13
diff -u -d -r1.67.2.12 -r1.67.2.13
--- part_pkg.cgi 29 Aug 2008 20:10:39 -0000 1.67.2.12
+++ part_pkg.cgi 3 Dec 2008 05:53:57 -0000 1.67.2.13
@@ -21,7 +21,7 @@
<TR>
<TD ALIGN="right">Package (customer-visible)</TD>
<TD>
- <INPUT TYPE="text" NAME="pkg" SIZE=32 VALUE="<% $part_pkg->pkg %>">
+ <INPUT TYPE="text" NAME="pkg" SIZE=32 MAXLENGTH=60 VALUE="<% $part_pkg->pkg %>">
</TD>
</TR>
<TR>
More information about the freeside-commits
mailing list