diff --git a/htdocs/fourn/product/liste.php b/htdocs/fourn/product/liste.php index fc35d0a8057..3f8b3ed0353 100644 --- a/htdocs/fourn/product/liste.php +++ b/htdocs/fourn/product/liste.php @@ -231,7 +231,9 @@ if ($resql) $companystatic->nom=$objp->nom; $companystatic->id=$objp->socid; - print ''.$companystatic->getNomUrl(1,'supplier').''; + print ''; + if ($companystatic->id > 0) print $companystatic->getNomUrl(1,'supplier'); + print ''; print ''.price($objp->price).'';