X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Freorder_level.php;h=7af7329e4b43bb65d44538f7dd4c42cfdcc1e0ed;hb=c31829537f02787dd94654820dd74168c054b8c4;hp=c6aa2aeeba36e0af99c6cfc45fdb3cfe83922f56;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/inventory/reorder_level.php b/inventory/reorder_level.php index c6aa2aee..7af7329e 100644 --- a/inventory/reorder_level.php +++ b/inventory/reorder_level.php @@ -1,16 +1,16 @@ . + See the License here . ***********************************************************************/ -$page_security = 4; -$path_to_root=".."; +$page_security = 'SA_REORDER'; +$path_to_root = ".."; include_once($path_to_root . "/includes/session.inc"); page(_("Reorder Levels")); @@ -35,7 +35,7 @@ if (list_updated('stock_id')) } //------------------------------------------------------------------------------------ -start_form(false, true); +start_form(); if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); @@ -47,6 +47,7 @@ echo "
"; div_start('show_heading'); stock_item_heading($_POST['stock_id']); +br(); div_end(); set_global_stock_item($_POST['stock_id']); @@ -92,7 +93,7 @@ while ($myrow = db_fetch($result)) end_table(1); div_end(); -submit_center('UpdateData', _("Update")); +submit_center('UpdateData', _("Update"), true, false, 'default'); end_form(); end_page();