diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
index c653c756bba..e5b35b5a434 100644
--- a/htdocs/holiday/card.php
+++ b/htdocs/holiday/card.php
@@ -1279,20 +1279,15 @@ else
print '
';
}
diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php
index c034db59c57..490db17fef0 100644
--- a/htdocs/holiday/class/holiday.class.php
+++ b/htdocs/holiday/class/holiday.class.php
@@ -71,6 +71,27 @@ class Holiday extends CommonObject
var $optValue = '';
var $optRowid = '';
+ /**
+ * Draft status
+ */
+ const STATUS_DRAFT = 1;
+ /**
+ * Validated status
+ */
+ const STATUS_VALIDATED = 2;
+ /**
+ * Approved
+ */
+ const STATUS_APPROVED = 3;
+ /**
+ * Canceled
+ */
+ const STATUS_CANCELED = 4;
+ /**
+ * Refused
+ */
+ const STATUS_REFUSED = 5;
+
/**
* Constructor