Standardize and update code

This commit is contained in:
Philippe GRAND 2018-08-31 18:36:15 +02:00
parent 70ae8c6081
commit edaa575435
4 changed files with 43 additions and 26 deletions

View File

@ -1668,7 +1668,11 @@ class AccountLine extends CommonObject
*/ */
public $id; public $id;
var $ref; /**
* @var string Ref
*/
public $ref;
var $datec; var $datec;
var $dateo; var $dateo;

View File

@ -47,7 +47,11 @@ class PaymentVarious extends CommonObject
*/ */
public $id; public $id;
var $ref; /**
* @var string Ref
*/
public $ref;
var $tms; var $tms;
var $datep; var $datep;
var $datev; var $datev;

View File

@ -2476,7 +2476,11 @@ class ContratLigne extends CommonObjectLine
*/ */
public $id; public $id;
var $ref; /**
* @var string Ref
*/
public $ref;
var $tms; var $tms;
var $fk_contrat; var $fk_contrat;

View File

@ -51,7 +51,12 @@ class Notify
public $errors = array(); public $errors = array();
var $author; var $author;
var $ref;
/**
* @var string Ref
*/
public $ref;
var $date; var $date;
var $duree; var $duree;
var $note; var $note;