diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
index 39edb577aec..b2dca7ca41b 100644
--- a/htdocs/holiday/card.php
+++ b/htdocs/holiday/card.php
@@ -1246,7 +1246,7 @@ else
{
print 'id.'&action=sendToValidate" class="butAction">'.$langs->trans("Validate").'';
}
- if ($user->rights->holiday->delete && $object->statut == 1) // If draft
+ if ($user->rights->holiday->delete && ($object->statut == 1 || $object->statut == 4 || $object->statut == 5) // If draft or canceled or refused
{
print 'id.'&action=delete" class="butActionDelete">'.$langs->trans("DeleteCP").'';
}