2
0
forked from Wavyzz/dolibarr

Merge pull request #16573 from frederic34/box_index_societe

can add box on thirparties index
This commit is contained in:
Laurent Destailleur
2021-03-08 16:25:46 +01:00
committed by GitHub
2 changed files with 98 additions and 58 deletions

View File

@@ -40,6 +40,7 @@ class InfoBox
if (empty($conf->global->MAIN_FEATURES_LEVEL) || $conf->global->MAIN_FEATURES_LEVEL < 2) {
return array(
0 => 'Home',
3 => 'thirdpartiesindex',
27 => 'AccountancyHome'
);
} else {