diff options
author | ivan <ivan> | 2008-12-22 21:16:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-12-22 21:16:55 +0000 |
commit | ec1f5479c8404ed7d059c309f946ed1d0b369aad (patch) | |
tree | 4acae87ef7e8c5c72f651a4fd7ab67451d15c150 /httemplate/edit/quick-charge.html | |
parent | e2690d1b6bad654d44f49df54fc75a30b09fcabd (diff) |
soft-limit package names to 50 chars to avoid problems with typeset invoices, RT#4449
Diffstat (limited to 'httemplate/edit/quick-charge.html')
-rw-r--r-- | httemplate/edit/quick-charge.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index cbf1dcb74..8f376a54d 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -88,7 +88,7 @@ function validate_quick_charge () { <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> |