diff --git a/htdocs/livraison/class/livraison.class.php b/htdocs/livraison/class/livraison.class.php index ec556c82759..0011ea3b7a7 100644 --- a/htdocs/livraison/class/livraison.class.php +++ b/htdocs/livraison/class/livraison.class.php @@ -62,23 +62,23 @@ class Livraison extends CommonObject public $brouillon; public $socid; public $ref_customer; - + /** * @var integer|string Date really received */ - public $date_delivery; + public $date_delivery; /** * @var integer|string date_creation */ public $date_creation; - + /** * @var integer|string date_valid */ public $date_valid; - - + + public $model_pdf; diff --git a/htdocs/loan/class/loan.class.php b/htdocs/loan/class/loan.class.php index a453732a5d2..165756e621f 100644 --- a/htdocs/loan/class/loan.class.php +++ b/htdocs/loan/class/loan.class.php @@ -76,7 +76,7 @@ class Loan extends CommonObject * @var integer|string date_modification */ public $date_modification; - + /** * @var integer|string date_validation */