diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index 8f0001c5a03..16420c960ef 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -31,6 +31,7 @@ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/contact.class.php"); require_once(DOL_DOCUMENT_ROOT."/fichinter/fichinter.class.php"); +$langs->load("companies"); $langs->load("interventions"); if ($user->societe_id > 0) @@ -38,6 +39,7 @@ if ($user->societe_id > 0) $socid = $user->societe_id ; } + llxHeader(); $sortorder=$_GET["sortorder"]?$_GET["sortorder"]:$_POST["sortorder"];