SID & start_form() cleanup.
[fa-stable.git] / inventory / reorder_level.php
index 3b6f8f7d7e8e2b8a7cacb16c50acec09e0b1e296..7fe5f7d90bebaccb87a373ac4c8415de4caec9c0 100644 (file)
@@ -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 "<hr></center>";
 
 div_start('show_heading');
 stock_item_heading($_POST['stock_id']);
+br();
 div_end();
 set_global_stock_item($_POST['stock_id']);