From 16d64d92f645e62d95f487494f9cc8926f63cefd Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 20 Mar 2009 20:52:01 +0000 Subject: [PATCH] Preserved item descriptions during category change --- inventory/manage/items.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/inventory/manage/items.php b/inventory/manage/items.php index c09c1c48..de0261b7 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -286,14 +286,7 @@ table_section_title(_("Item")); if ($new_item) { - -/*If the page was called without $_POST['NewStockID'] passed to page then assume a new item is to be entered show a form with a part Code field other wise the form showing the fields with the existing entries against the part will show for editing with only a hidden stock_id field. New is set to flag that the page may have called itself and still be entering a new part, in which case the page needs to know not to go looking up details for an existing part*/ - text_row(_("Item Code:"), 'NewStockID', null, 21, 20); - - $_POST['long_description'] = ''; - $_POST['description'] = ''; - } else { // Must be modifying an existing item -- 2.30.2