[0000185] Update notification for reorder levels was missing.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 10 Jan 2010 23:26:19 +0000 (23:26 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 10 Jan 2010 23:26:19 +0000 (23:26 +0000)
CHANGELOG.txt
inventory/reorder_level.php

index de1f8a42dd9a818f4840d42b8d11cbffbc5d1065..52b5a52e45763a8da48c3a5c9bf8fee1fbaeafd6 100644 (file)
@@ -39,6 +39,8 @@ $ /includes/data_checks.inc
 $ /inventory/manage/item_codes.php
 # [0000186] Timeout on Refresh button
 $ /sales/allocations/customer_allocate.php
+# [0000185] Update notification missing.
+$ inventory/reorder_level.php
 
 09-Jan-2010 Joe Hunt
 # Bugs in deleting fiscal year. Some transactions weren't deleted.
index 25e849554dbba04f5aae19a4105979687c7cfbc4..787348a5987e08e3442b60446aa02afc0b003ee8 100644 (file)
@@ -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"]);