Update areacode

This commit is contained in:
Alexandre SPANGARO 2019-10-02 08:58:25 +02:00
parent 848acb6096
commit 94179f712d
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ if ($conf->accounting->enabled)
{
$step = 0;
$resultboxes=FormOther::getBoxesArea($user, "1"); // Load $resultboxes (selectboxlist + boxactivated + boxlista + boxlistb)
$resultboxes=FormOther::getBoxesArea($user, "27"); // Load $resultboxes (selectboxlist + boxactivated + boxlista + boxlistb)
print load_fiche_titre($langs->trans("AccountancyArea"), $resultboxes['selectboxlist'], 'accountancy');

View File

@ -989,7 +989,7 @@ class FormOther
* Class 'Form' must be known.
*
* @param User $user Object User
* @param String $areacode Code of area for pages - 0 = Home page / 1 = Accountancy page
* @param String $areacode Code of area for pages - 0 = Home page ... See getListOfPagesForBoxes()
* @return array array('selectboxlist'=>, 'boxactivated'=>, 'boxlista'=>, 'boxlistb'=>)
*/
public static function getBoxesArea($user, $areacode)