diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index 674633ad458..39bedca245e 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -280,9 +280,11 @@ if ( $societe->fetch($socid) ) print ''.$langs->trans("AddOrder").''; } - $langs->load("bills"); - print ''.$langs->trans("AddBill").''; - + if ($user->rights->fournisseur->facture->creer) + { + $langs->load("bills"); + print ''.$langs->trans("AddBill").''; + } print ''; /*