diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index 151b9240668..962d15653e5 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -415,7 +415,7 @@ if ($id > 0)
/*
* Last proposals
*/
- if ($conf->propal->enabled && $user->rights->propale->lire)
+ if ($conf->propal->enabled && $user->rights->propal->lire)
{
$propal_static = new Propal($db);
@@ -442,7 +442,7 @@ if ($id > 0)
print '
';
print '';
- print '| '.$langs->trans("LastPropals",($num<=$MAXLIST?"":$MAXLIST)).' | '.$langs->trans("AllPropals").' ('.$num.') | ';
+ print ' | ';
print ' ';
@@ -728,7 +728,7 @@ if ($id > 0)
*/
print '';
- if ($conf->propal->enabled && $user->rights->propale->creer)
+ if ($conf->propal->enabled && $user->rights->propal->creer)
{
$langs->load("propal");
print ' '.$langs->trans("AddProp").'';
|