diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php index 4edcca3ce43..e6517cc12c7 100644 --- a/htdocs/contact/perso.php +++ b/htdocs/contact/perso.php @@ -203,8 +203,11 @@ else if ($user->societe_id == 0) { print '
'; - - print ''.$langs->trans('Edit').''; + + if ($user->rights->societe->contact->creer) + { + print ''.$langs->trans('Edit').''; + } print "
"; }