From: <ex...@us...> - 2013-05-12 03:09:40
|
Revision: 5935 http://sourceforge.net/p/web-erp/reponame/5935 Author: exsonqu Date: 2013-05-12 03:09:37 +0000 (Sun, 12 May 2013) Log Message: ----------- 11/5/2013 Exson: Add Mail Validation Report to inventory module in MainMenuLinksArray.php. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-05-12 03:08:17 UTC (rev 5934) +++ trunk/includes/MainMenuLinksArray.php 2013-05-12 03:09:37 UTC (rev 5935) @@ -217,6 +217,7 @@ _('Reorder Level'), _('Stock Dispatch'), _('Inventory Valuation Report'), + _('Mail Inventory Valuation Report'), _('Inventory Planning Report'), _('Inventory Planning Based On Preferred Supplier Data'), _('Inventory Stock Check Sheets'), @@ -239,6 +240,7 @@ '/ReorderLevel.php', '/StockDispatch.php', '/InventoryValuation.php', + '/MailInventoryValuation.php', '/InventoryPlanning.php', '/InventoryPlanningPrefSupplier.php', '/StockCheck.php', |