precise label comment
This commit is contained in:
parent
0e5d4206c9
commit
0dc812cf10
@ -67,7 +67,7 @@ class AccountancyCategory // extends CommonObject
|
||||
public $code;
|
||||
|
||||
/**
|
||||
* @var string proper name for given parameter
|
||||
* @var string Accountancy Category label
|
||||
*/
|
||||
public $label;
|
||||
|
||||
|
||||
@ -32,22 +32,22 @@ class AccountancySystem
|
||||
* @var DoliDB Database handler.
|
||||
*/
|
||||
public $db;
|
||||
|
||||
|
||||
/**
|
||||
* @var string Error code (or message)
|
||||
*/
|
||||
public $error='';
|
||||
|
||||
|
||||
var $rowid;
|
||||
var $fk_pcg_version;
|
||||
var $pcg_type;
|
||||
var $pcg_subtype;
|
||||
|
||||
|
||||
/**
|
||||
* @var string proper name for given parameter
|
||||
* @var string Accountancy System label
|
||||
*/
|
||||
public $label;
|
||||
|
||||
|
||||
var $account_number;
|
||||
var $account_parent;
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ class AccountingJournal extends CommonObject
|
||||
public $code;
|
||||
|
||||
/**
|
||||
* @var string proper name for given parameter
|
||||
* @var string Accounting Journal label
|
||||
*/
|
||||
public $label;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user