Standardize and update code
This commit is contained in:
parent
0492492df1
commit
42565e722e
@ -114,7 +114,11 @@ class Asset extends CommonObject
|
|||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
public $amount;
|
public $amount;
|
||||||
public $fk_soc;
|
|
||||||
|
/**
|
||||||
|
* @var int Thirdparty ID
|
||||||
|
*/
|
||||||
|
public $fk_soc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string description
|
* @var string description
|
||||||
|
|||||||
@ -48,7 +48,11 @@ class DiscountAbsolute
|
|||||||
*/
|
*/
|
||||||
public $id;
|
public $id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int Thirdparty ID
|
||||||
|
*/
|
||||||
public $fk_soc;
|
public $fk_soc;
|
||||||
|
|
||||||
public $discount_type; // 0 => customer discount, 1 => supplier discount
|
public $discount_type; // 0 => customer discount, 1 => supplier discount
|
||||||
public $amount_ht; //
|
public $amount_ht; //
|
||||||
public $amount_tva; //
|
public $amount_tva; //
|
||||||
|
|||||||
@ -974,7 +974,12 @@ class PriceByCustomerLine
|
|||||||
public $datec = '';
|
public $datec = '';
|
||||||
public $tms = '';
|
public $tms = '';
|
||||||
public $fk_product;
|
public $fk_product;
|
||||||
public $fk_soc;
|
|
||||||
|
/**
|
||||||
|
* @var int Thirdparty ID
|
||||||
|
*/
|
||||||
|
public $fk_soc;
|
||||||
|
|
||||||
public $price;
|
public $price;
|
||||||
public $price_ttc;
|
public $price_ttc;
|
||||||
public $price_min;
|
public $price_min;
|
||||||
|
|||||||
@ -124,7 +124,11 @@ class CompanyPaymentMode extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $rowid;
|
public $rowid;
|
||||||
|
|
||||||
public $fk_soc;
|
/**
|
||||||
|
* @var int Thirdparty ID
|
||||||
|
*/
|
||||||
|
public $fk_soc;
|
||||||
|
|
||||||
public $label;
|
public $label;
|
||||||
public $bank;
|
public $bank;
|
||||||
public $code_banque;
|
public $code_banque;
|
||||||
|
|||||||
@ -111,7 +111,12 @@ class SocieteAccount extends CommonObject
|
|||||||
public $pass_encoding;
|
public $pass_encoding;
|
||||||
public $pass_crypted;
|
public $pass_crypted;
|
||||||
public $pass_temp;
|
public $pass_temp;
|
||||||
public $fk_soc;
|
|
||||||
|
/**
|
||||||
|
* @var int Thirdparty ID
|
||||||
|
*/
|
||||||
|
public $fk_soc;
|
||||||
|
|
||||||
public $site;
|
public $site;
|
||||||
public $date_last_login;
|
public $date_last_login;
|
||||||
public $date_previous_login;
|
public $date_previous_login;
|
||||||
|
|||||||
@ -33,7 +33,10 @@ class Stripe extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $rowid;
|
public $rowid;
|
||||||
|
|
||||||
public $fk_soc;
|
/**
|
||||||
|
* @var int Thirdparty ID
|
||||||
|
*/
|
||||||
|
public $fk_soc;
|
||||||
|
|
||||||
public $fk_key;
|
public $fk_key;
|
||||||
|
|
||||||
|
|||||||
@ -68,6 +68,10 @@ class ActionsTicket
|
|||||||
public $description;
|
public $description;
|
||||||
|
|
||||||
public $fk_statut;
|
public $fk_statut;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int Thirdparty ID
|
||||||
|
*/
|
||||||
public $fk_soc;
|
public $fk_soc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -2502,8 +2502,8 @@ class TicketsLine
|
|||||||
public $track_id;
|
public $track_id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Thirdparty ID
|
* @var int Thirdparty ID
|
||||||
*/
|
*/
|
||||||
public $fk_soc;
|
public $fk_soc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user