diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
index 069b5657aa1..be61223d704 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 || $object->statut == 4 || $object->statut == 5) // If draft or canceled or refused
+ 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").'';
}