Can remove a proposal

This commit is contained in:
Laurent Destailleur 2009-01-23 15:28:36 +00:00
parent 61cabe5911
commit 31fb99d450

View File

@ -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)