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


Messages In This Thread
Switch array position of purchasing and payables in MainMenuLinksArray.php - by agaluski - 07-24-2014, 04:57 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)