Update accountingaccount.class.php
This commit is contained in:
parent
e96e3bdf42
commit
5ec22d9fad
@ -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