diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index e58b60df067..c7ac30f759c 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -38,11 +38,11 @@ if ($user->societe_id > 0) $socid = $user->societe_id ; } - llxHeader(); $sortorder=$_GET["sortorder"]?$_GET["sortorder"]:$_POST["sortorder"]; $sortfield=$_GET["sortfield"]?$_GET["sortfield"]:$_POST["sortfield"]; +$socid=$_GET["socidp"]?$_GET["socidp"]:$_POST["socidp"]; if (! $sortorder) $sortorder="DESC"; if (! $sortfield) $sortfield="f.datei";