Merge pull request #12301 from grandoc/new_branch_02_11_2019

New branch 02 11 2019
This commit is contained in:
Laurent Destailleur 2019-11-02 11:38:03 +01:00 committed by GitHub
commit baba123757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 4 deletions

View File

@ -64,7 +64,12 @@ class Livraison extends CommonObject
public $ref_customer; public $ref_customer;
public $date_delivery; // Date really received public $date_delivery; // Date really received
/**
* @var integer|string date_creation
*/
public $date_creation; public $date_creation;
public $date_valid; public $date_valid;
public $model_pdf; public $model_pdf;

View File

@ -80,8 +80,14 @@ class Reception extends CommonObject
* @var int * @var int
*/ */
public $date_reception; public $date_reception;
public $date_creation;
public $date_valid; /**
* @var integer|string date_creation
*/
public $date_creation;
public $date_valid;
public $meths; public $meths;
public $listmeths; // List of carriers public $listmeths; // List of carriers

View File

@ -316,11 +316,12 @@ class Societe extends CommonObject
* @var string * @var string
*/ */
public $user_modification; public $user_modification;
/** /**
* Date of creation * @var integer|string date_creation
* @var string
*/ */
public $date_creation; public $date_creation;
/** /**
* User that created the thirdparty * User that created the thirdparty
* @var User * @var User

View File

@ -124,7 +124,13 @@ class SocieteAccount extends CommonObject
public $date_last_login; public $date_last_login;
public $date_previous_login; public $date_previous_login;
public $note_private; public $note_private;
/**
* @var integer|string date_creation
*/
public $date_creation; public $date_creation;
public $tms; public $tms;
/** /**