From b9c390e62949efc04b016a87631c18eb70e7870e Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 12 Nov 2010 11:26:11 +0000 Subject: [PATCH] Fixed maximum nam length. --- inventory/manage/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/manage/items.php b/inventory/manage/items.php index fad6fc54..3e146ca7 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -305,7 +305,7 @@ else set_focus('description'); } -text_row(_("Name:"), 'description', null, 52, 50); +text_row(_("Name:"), 'description', null, 52, 200); textarea_row(_('Description:'), 'long_description', null, 42, 3); -- 2.30.2