Update code
This commit is contained in:
parent
091b8269a6
commit
d86d7323fb
@ -71,15 +71,15 @@ class AccountingAccount extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $id;
|
public $id;
|
||||||
|
|
||||||
var $rowid;
|
public $rowid;
|
||||||
var $datec; // Creation date
|
public $datec; // Creation date
|
||||||
var $fk_pcg_version;
|
public $fk_pcg_version;
|
||||||
var $pcg_type;
|
public $pcg_type;
|
||||||
var $pcg_subtype;
|
public $pcg_subtype;
|
||||||
var $account_number;
|
public $account_number;
|
||||||
var $account_parent;
|
public $account_parent;
|
||||||
var $account_category;
|
public $account_category;
|
||||||
var $status;
|
public $status;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Label of account
|
* @var string Label of account
|
||||||
@ -96,7 +96,7 @@ class AccountingAccount extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $fk_user_modif;
|
public $fk_user_modif;
|
||||||
|
|
||||||
var $active; // duplicate with status
|
public $active; // duplicate with status
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user