mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
precise label comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user