diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index a28715fcdcc..b34a9b2fbb5 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -852,7 +852,7 @@ else print '
'; - if ($fac->statut == 0 && $user->societe_id == 0) + if ($fac->statut <= 1 && $user->rights->fournisseur->facture->creer) { if ($_GET['action'] != 'edit') {