Added 'View Attachments' if any in all popup view windows
[fa-stable.git] / inventory / reorder_level.php
index 49f5f5ca12f5abc8f0e41aa9817c2f4955de914d..787348a5987e08e3442b60446aa02afc0b003ee8 100644 (file)
@@ -41,7 +41,7 @@ if (!isset($_POST['stock_id']))
        $_POST['stock_id'] = get_global_stock_item();
 
 echo "<center>" . _("Item:"). "&nbsp;";
-stock_costable_items_list('stock_id', $_POST['stock_id'], false, true);
+echo stock_costable_items_list('stock_id', $_POST['stock_id'], false, true);
 
 echo "<hr></center>";
 
@@ -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"]);