X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Freorder_level.php;h=3b6f8f7d7e8e2b8a7cacb16c50acec09e0b1e296;hb=2e181b13aa722a43e78b897404912d6b13a0a937;hp=5b1ac7282c92dbad8bbfbc2f3919d7f68b5ba9de;hpb=99730b8d6deb7e81d2f1ebeb2ce7066d27729485;p=fa-stable.git diff --git a/inventory/reorder_level.php b/inventory/reorder_level.php index 5b1ac728..3b6f8f7d 100644 --- a/inventory/reorder_level.php +++ b/inventory/reorder_level.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 4; $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); @@ -17,12 +26,13 @@ check_db_has_costable_items(_("There are no inventory items defined in the syste //------------------------------------------------------------------------------------ if (isset($_GET['stock_id'])) -{ $_POST['stock_id'] = $_GET['stock_id']; -} -if (isset($_POST['_stock_id_update'])) +if (list_updated('stock_id')) +{ + $Ajax->activate('show_heading'); $Ajax->activate('reorders'); +} //------------------------------------------------------------------------------------ start_form(false, true); @@ -35,8 +45,9 @@ stock_costable_items_list('stock_id', $_POST['stock_id'], false, true); echo "
"; +div_start('show_heading'); stock_item_heading($_POST['stock_id']); - +div_end(); set_global_stock_item($_POST['stock_id']); div_start('reorders');