Skip to content

Commit

Permalink
Update list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 18, 2017
1 parent 885fc3c commit 7ac5054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fichinter/list.php
Expand Up @@ -212,7 +212,7 @@
{
$num = $db->num_rows($result);

if ($socid)
if ($socid > 0)
{
$soc = new Societe($db);
$soc->fetch($socid);
Expand Down

0 comments on commit 7ac5054

Please sign in to comment.