Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Switch array position of purchasing and payables in MainMenuLinksArray.php
07-24-2014, 04:57 AM,
#1
Switch array position of purchasing and payables in MainMenuLinksArray.php
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'));
Reply
07-24-2014, 06:47 AM, (This post was last modified: 07-24-2014, 06:55 AM by agaluski.)
#2
RE: Switch array position of purchasing and payables in MainMenuLinksArray.php
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
Reply
08-12-2014, 06:24 PM,
#3
RE: Switch array position of purchasing and payables in MainMenuLinksArray.php
Hi, Andrew,

I think this has been fixed on June 15 in WWW_Users.php.

Best regards!

Exson
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)