Merge branch 'new_branch_30_08_2018' of github.com:grandoc/dolibarr into new_branch_30_08_2018
This commit is contained in:
commit
c60c38dfb3
@ -79,17 +79,6 @@ class AccountingAccount extends CommonObject
|
|||||||
var $account_number;
|
var $account_number;
|
||||||
var $account_parent;
|
var $account_parent;
|
||||||
var $account_category;
|
var $account_category;
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string proper name for given parameter
|
|
||||||
*/
|
|
||||||
public $label;
|
|
||||||
|
|
||||||
var $fk_user_author;
|
|
||||||
var $fk_user_modif;
|
|
||||||
var $active; // duplicate with status
|
|
||||||
=======
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Label of account
|
* @var string Label of account
|
||||||
@ -107,7 +96,7 @@ class AccountingAccount extends CommonObject
|
|||||||
public $fk_user_modif;
|
public $fk_user_modif;
|
||||||
|
|
||||||
var $active; // duplicate with status
|
var $active; // duplicate with status
|
||||||
>>>>>>> upstream/develop
|
|
||||||
var $status;
|
var $status;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user