diff --git a/htdocs/delivery/class/delivery.class.php b/htdocs/delivery/class/delivery.class.php index 17f1087c25b..c8f044c9294 100644 --- a/htdocs/delivery/class/delivery.class.php +++ b/htdocs/delivery/class/delivery.class.php @@ -67,8 +67,19 @@ class Delivery extends CommonObject */ public $picto = 'sending'; - public $draft; - public $socid; + /** + * @var int draft status + */ + public $draft; + + /** + * @var int thirdparty id + */ + public $socid; + + /** + * @var string ref custome + */ public $ref_customer; /** @@ -86,7 +97,9 @@ class Delivery extends CommonObject */ public $date_valid; - + /** + * @var string model pdf + */ public $model_pdf;