X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_codes.php;h=3ac092bbf17fe99800bc9419da6c63f28a4a4a6e;hb=c4eae7a18f0eb824e6eda7be2ba6fa820e9e58c9;hp=bbd7d7d80ecbd8f87a97e2152796afaba84451b9;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/inventory/manage/item_codes.php b/inventory/manage/item_codes.php index bbd7d7d8..3ac092bb 100644 --- a/inventory/manage/item_codes.php +++ b/inventory/manage/item_codes.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 11; $path_to_root="../.."; @@ -97,7 +97,7 @@ if (list_updated('stock_id')) //-------------------------------------------------------------------------------------------------- -start_form(false, true); +start_form(); if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); @@ -179,7 +179,7 @@ stock_categories_list_row(_("Category:"), 'category_id', null); end_table(1); -submit_add_or_update_center($selected_id == -1, '', true); +submit_add_or_update_center($selected_id == -1, '', 'both'); end_form(); end_page();