diff --git a/htdocs/societe.php b/htdocs/societe.php index c784e3b7c99..3c89b140ef9 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -93,7 +93,7 @@ if ($mode == 'search') { $obj = $db->fetch_object($result); $socidp = $obj->idp; - header("location: soc.php?socidp=$socidp"); + header("location: soc.php?socid=$socidp"); exit; } $db->free($result);