This commit is contained in:
Frédéric FRANCE 2020-10-25 23:55:08 +01:00 committed by GitHub
parent 858c48bd15
commit ab0d5514c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;