From: <rc...@us...> - 2013-08-10 18:35:17
|
Revision: 6188 http://sourceforge.net/p/web-erp/reponame/6188 Author: rchacon Date: 2013-08-10 18:35:14 +0000 (Sat, 10 Aug 2013) Log Message: ----------- Adds the script name and revision number. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-08-10 18:23:52 UTC (rev 6187) +++ trunk/includes/MainMenuLinksArray.php 2013-08-10 18:35:14 UTC (rev 6188) @@ -1,7 +1,7 @@ <?php /* $Id: MainMenuLinksArray.php 5982 2013-05-23 04:22:02Z tehonu $*/ -// webERP menus. +/* webERP menus with Captions and URLs. */ $ModuleLink = array('orders', 'AR', 'PO', 'AP', 'stock', 'manuf', 'GL', 'FA', 'PC', 'system', 'Utilities'); $ReportList = array('orders'=>'ord', |