From: <ex...@us...> - 2014-06-14 16:08:18
|
Revision: 6752 http://sourceforge.net/p/web-erp/reponame/6752 Author: exsonqu Date: 2014-06-14 16:08:09 +0000 (Sat, 14 Jun 2014) Log Message: ----------- 15/06/14 Akits from minghao.hk/bbs/ fixed the bugs that www_Users.php allowed modules does not matched the one displayed in index.php. Modified Paths: -------------- trunk/WWW_Users.php Modified: trunk/WWW_Users.php =================================================================== --- trunk/WWW_Users.php 2014-06-13 01:09:20 UTC (rev 6751) +++ trunk/WWW_Users.php 2014-06-14 16:08:09 UTC (rev 6752) @@ -11,8 +11,8 @@ $ModuleList = array(_('Orders'), _('Receivables'), + _('Purchasing'), _('Payables'), - _('Purchasing'), _('Inventory'), _('Manufacturing'), _('General Ledger'), @@ -738,4 +738,4 @@ </form>'; include('includes/footer.inc'); -?> +?> \ No newline at end of file |