Update list.php

This commit is contained in:
Laurent Destailleur 2017-07-18 14:47:44 +02:00 committed by GitHub
parent 885fc3c5b7
commit 7ac5054df8

View File

@ -212,7 +212,7 @@ if ($result)
{ {
$num = $db->num_rows($result); $num = $db->num_rows($result);
if ($socid) if ($socid > 0)
{ {
$soc = new Societe($db); $soc = new Societe($db);
$soc->fetch($socid); $soc->fetch($socid);