X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Freorder_level.php;h=787348a5987e08e3442b60446aa02afc0b003ee8;hb=67abd2b071302a327df63fb949963f0b45d62196;hp=7af7329e4b43bb65d44538f7dd4c42cfdcc1e0ed;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/inventory/reorder_level.php b/inventory/reorder_level.php index 7af7329e..787348a5 100644 --- a/inventory/reorder_level.php +++ b/inventory/reorder_level.php @@ -13,7 +13,7 @@ $page_security = 'SA_REORDER'; $path_to_root = ".."; include_once($path_to_root . "/includes/session.inc"); -page(_("Reorder Levels")); +page(_($help_context = "Reorder Levels")); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc"); @@ -41,7 +41,7 @@ if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); echo "
" . _("Item:"). " "; -stock_costable_items_list('stock_id', $_POST['stock_id'], false, true); +echo stock_costable_items_list('stock_id', $_POST['stock_id'], false, true); echo "
"; @@ -72,6 +72,7 @@ while ($myrow = db_fetch($result)) $myrow["reorder_level"] = input_num($myrow["loc_code"]); set_reorder_level($_POST['stock_id'], $myrow["loc_code"], input_num($myrow["loc_code"])); + display_notification(_("Reorder levels has been updated.")); } $qoh = get_qoh_on_date($_POST['stock_id'], $myrow["loc_code"]);