precise label comment

This commit is contained in:
Philippe GRAND 2018-09-01 13:02:27 +02:00
parent 0e5d4206c9
commit 0dc812cf10
3 changed files with 7 additions and 7 deletions

View File

@ -67,7 +67,7 @@ class AccountancyCategory // extends CommonObject
public $code;
/**
* @var string proper name for given parameter
* @var string Accountancy Category label
*/
public $label;

View File

@ -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;

View File

@ -45,7 +45,7 @@ class AccountingJournal extends CommonObject
public $code;
/**
* @var string proper name for given parameter
* @var string Accounting Journal label
*/
public $label;