diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 8ec0cd64ec6..94f1ca12aae 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -122,8 +122,11 @@ class Expedition extends CommonObject public $depth_units; // A denormalized value public $trueSize; - - public $date_delivery; // Date delivery planed + + /** + * @var integer|string Date delivery planed + */ + public $date_delivery; /** * @deprecated @@ -139,7 +142,7 @@ class Expedition extends CommonObject /** * Effective delivery date - * @var int + * @var integer|string */ public $date_shipping; @@ -148,7 +151,9 @@ class Expedition extends CommonObject */ public $date_creation; - + /** + * @var integer|string date_valid + */ public $date_valid; public $meths;