From e6e9cf5b6d454ad8b33ce3e02bd352b304b23fff Mon Sep 17 00:00:00 2001 From: Daniel Tiefnig Date: Thu, 24 Nov 2011 12:33:42 +0000 Subject: [PATCH] limit billing profile name and handle to max. length of database fields fixes #967 for 2.5 the limits should be raised and proper error handling should be implemented in osssbss - curently an internal server error is generated --- root/tt/bilprof_edit.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/tt/bilprof_edit.tt b/root/tt/bilprof_edit.tt index 81b82c1..7dbf244 100644 --- a/root/tt/bilprof_edit.tt +++ b/root/tt/bilprof_edit.tt @@ -17,7 +17,7 @@ [% bilprof.handle %]
 
[% ELSE %] + maxlength="63" value="[% bilprof.handle %]" />
unique identifier string
[% END %] @@ -26,7 +26,7 @@
Name:
+ maxlength="31" value="[% bilprof.data.name %]" />
human readable profile name