diff --git a/htdocs/index.php b/htdocs/index.php index 962209d55b689fb2353878b5e80cda1ce81b3486..2bac965ba3fece129058e5d9260e9a0dce0fabc7 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -59,7 +59,7 @@ if (class_exists('Smartphone')) // Check if company name is defined (first install) if (!isset($conf->global->MAIN_INFO_SOCIETE_NOM) || empty($conf->global->MAIN_INFO_SOCIETE_NOM)) { - header("Location: ".DOL_URL_ROOT."/admin/company.php?mainmenu=home&leftmenu=setup"); + header("Location: ".DOL_URL_ROOT."/admin/company.php?mainmenu=home&leftmenu=setup&mesg=setupnotcomplete"); exit; }