Merge pull request #15157 from frederic34/patch-13

doxygen
This commit is contained in:
Laurent Destailleur 2020-10-26 19:22:13 +01:00 committed by GitHub
commit e39adbdcb5
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;