Can remove a proposal
This commit is contained in:
parent
61cabe5911
commit
31fb99d450
@ -1775,7 +1775,7 @@ if ($id > 0 || ! empty($ref))
|
||||
}
|
||||
|
||||
// Delete
|
||||
if ($propal->statut == 0 && $user->rights->propale->supprimer)
|
||||
if ($user->rights->propale->supprimer)
|
||||
{
|
||||
print '<a class="butActionDelete" ';
|
||||
if ($conf->use_javascript_ajax && $conf->global->MAIN_CONFIRM_AJAX)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user