Standardize code

This commit is contained in:
Philippe GRAND 2018-10-05 15:48:38 +02:00
parent 94df8d297d
commit da560289e3
5 changed files with 31 additions and 0 deletions

View File

@ -86,6 +86,10 @@ class AccountingAccount extends CommonObject
public $account_number;
public $account_parent;
public $account_category;
/**
* @var int Status
*/
public $status;
/**

View File

@ -135,6 +135,10 @@ class Asset extends CommonObject
public $fk_user_creat;
public $fk_user_modif;
public $import_key;
/**
* @var int Status
*/
public $status;
// If this object has a subtable with lines

View File

@ -92,7 +92,12 @@ class ActionCommReminder extends CommonObject
public $offsetvalue;
public $offsetunit;
/**
* @var int Status
*/
public $status;
// END MODULEBUILDER PROPERTIES

View File

@ -76,7 +76,12 @@ class Cronjob extends CommonObject
public $lastoutput;
public $unitfrequency;
public $frequency;
/**
* @var int Status
*/
public $status;
public $processing;
public $fk_user_author;
public $fk_user_mod;
@ -1379,7 +1384,12 @@ class Cronjobline
public $lastoutput;
public $unitfrequency;
public $frequency;
/**
* @var int Status
*/
public $status;
public $fk_user_author;
public $fk_user_mod;
public $note;

View File

@ -38,7 +38,11 @@ class Productcustomerprice extends CommonObject
*/
public $table_element = 'product_customer_price';
/**
* @var int Entity
*/
public $entity;
public $datec = '';
public $tms = '';
public $fk_product;
@ -976,7 +980,11 @@ class PriceByCustomerLine
*/
public $id;
/**
* @var int Entity
*/
public $entity;
public $datec = '';
public $tms = '';
public $fk_product;