Changes

m
Line 20: Line 20:  
Note: This tab already exists but is enabled only when WEBSITE_USE_WEBSITE_ACCOUNTS is on.
 
Note: This tab already exists but is enabled only when WEBSITE_USE_WEBSITE_ACCOUNTS is on.
 
We found this into core/lib/company.lib.php
 
We found this into core/lib/company.lib.php
 +
 
if (isModEnabled('website') && (!empty($conf->global->WEBSITE_USE_WEBSITE_ACCOUNTS)) && ($user->hasRight('societe', 'lire'))) {
 
if (isModEnabled('website') && (!empty($conf->global->WEBSITE_USE_WEBSITE_ACCOUNTS)) && ($user->hasRight('societe', 'lire'))) {
We must enable the tab also when the module ExtranetPortal is on.
+
 
 +
We must enable the tab also when the module WebPortal is on.
    
= Setup page of the module =
 
= Setup page of the module =