From: Janusz Dobrowolski Date: Fri, 12 Nov 2010 11:26:11 +0000 (+0000) Subject: Fixed maximum nam length. X-Git-Tag: v2.4.2~19^2~495 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=b9c390e62949efc04b016a87631c18eb70e7870e;p=fa-stable.git Fixed maximum nam length. --- 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);