X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Freorder_level.php;h=3a6834370dad9b76a51e17606a2cbd629c870aed;hb=2007cfcc6a4df0ed52d9fde26f421863340dee2e;hp=83283d5b536d012e36863ba8c5213b8586f2e02b;hpb=d7dde51cf888dfc7e049fefed38e786a369b9b38;p=fa-stable.git diff --git a/inventory/reorder_level.php b/inventory/reorder_level.php index 83283d5b..3a683437 100644 --- a/inventory/reorder_level.php +++ b/inventory/reorder_level.php @@ -19,7 +19,7 @@ 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');