diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-15 09:32:33 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-15 09:40:00 -0500 |
commit | 579ed00126b7b9673892882bcfd7c24bc6ecdf39 (patch) | |
tree | ff78822df09f41b7a684b6ba88ae5c67f4e3a75f /httemplate | |
parent | 2579181f50c6914c94708dd4bc9f83f7f679fe96 (diff) |
40361: Vocus CDR Format
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/cdr_type.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cdr_type.cgi b/httemplate/edit/cdr_type.cgi index c69610607..651de7153 100644 --- a/httemplate/edit/cdr_type.cgi +++ b/httemplate/edit/cdr_type.cgi @@ -17,7 +17,7 @@ configured in the rate tables. <INPUT NAME="cdrtypenum" SIZE=16 MAXLENGTH=16 ALIGN="right"> </TD> <TD> - <INPUT NAME="cdrtypename" SIZE=16 MAXLENGTH=16> + <INPUT NAME="cdrtypename" SIZE=16 MAXLENGTH=80> </TD> </TR> <& /elements/auto-table.html, |