summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-12-22 21:16:55 +0000
committerivan <ivan>2008-12-22 21:16:55 +0000
commitec1f5479c8404ed7d059c309f946ed1d0b369aad (patch)
tree4acae87ef7e8c5c72f651a4fd7ab67451d15c150 /httemplate/edit/part_pkg.cgi
parente2690d1b6bad654d44f49df54fc75a30b09fcabd (diff)
soft-limit package names to 50 chars to avoid problems with typeset invoices, RT#4449
Diffstat (limited to 'httemplate/edit/part_pkg.cgi')
-rwxr-xr-xhttemplate/edit/part_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi
index 8fd3ed312..f79e759fa 100755
--- a/httemplate/edit/part_pkg.cgi
+++ b/httemplate/edit/part_pkg.cgi
@@ -50,7 +50,7 @@
{ field => 'pkg',
type => 'text',
size => 40, #32
- maxlength => 60,
+ maxlength => 50,
},
{field=>'comment', type=>'text', size=>40 }, #32
{field=>'classnum', type=>'select-pkg_class' },