@@ -86,6 +86,10 @@ class AccountingAccount extends CommonObject
public $account_number;
public $account_parent;
public $account_category;
+
+ /**
+ * @var int Status
+ */
public $status;
/**
@@ -135,6 +135,10 @@ class Asset extends CommonObject
public $fk_user_creat;
public $fk_user_modif;
public $import_key;
// If this object has a subtable with lines
@@ -92,7 +92,12 @@ class ActionCommReminder extends CommonObject
public $offsetvalue;
public $offsetunit;
// END MODULEBUILDER PROPERTIES
@@ -76,7 +76,12 @@ class Cronjob extends CommonObject
public $lastoutput;
public $unitfrequency;
public $frequency;
public $processing;
public $fk_user_author;
public $fk_user_mod;
@@ -1379,7 +1384,12 @@ class Cronjobline
public $note;
@@ -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;