![]() |
Switch array position of purchasing and payables in MainMenuLinksArray.php - Printable Version +- webERP Forum (http://www.weberp.org/forum) +-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1) +--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8) +---- Forum: RESOLVED - Bugs/Problems (http://www.weberp.org/forum/forumdisplay.php?fid=15) +---- Thread: Switch array position of purchasing and payables in MainMenuLinksArray.php (/showthread.php?tid=2266) |
Switch array position of purchasing and payables in MainMenuLinksArray.php - agaluski - 07-24-2014 includes/MainMenuLinksArray.php needs a minor change Old: $ModuleList = array(_('Sales'), _('Receivables'), _('Purchasing'), _('Payables'), _('Inventory'), _('Manufacturing'), _('General Ledger'), _('Asset Manager'), _('Petty Cash'), _('Setup'), _('Utilities')); New (Change position of Payables and Purchasing to match WWW_Users.php): $ModuleList = array(_('Sales'), _('Receivables'), _('Payables'), _('Purchasing'), _('Inventory'), _('Manufacturing'), _('General Ledger'), _('Asset Manager'), _('Petty Cash'), _('Setup'), _('Utilities')); RE: Switch array position of purchasing and payables in MainMenuLinksArray.php - agaluski - 07-24-2014 well that messed up the menu, now all functions are under opposite menus. Need to fix that Switch the 2 labels in WWW_Users.php and recheck user security. Much better RE: Switch array position of purchasing and payables in MainMenuLinksArray.php - Exsonqu_Qu - 08-12-2014 Hi, Andrew, I think this has been fixed on June 15 in WWW_Users.php. Best regards! Exson |