diff --git a/htdocs/comm/clients.php3 b/htdocs/comm/clients.php3 index f3ce6573b9a..25f19e22d4a 100644 --- a/htdocs/comm/clients.php3 +++ b/htdocs/comm/clients.php3 @@ -246,7 +246,14 @@ if ($result) if ($user->societe_id == 0) { - print "idp&action=create\">[Propal]\n"; + if ($user->rights->propale->creer) + { + print "idp&action=create\">[Propal]\n"; + } + else + { + print " \n"; + } if ($conf->fichinter->enabled) { print "idp&action=create\">[Fiche Inter]\n";