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; public $code;
/** /**
* @var string proper name for given parameter * @var string Accountancy Category label
*/ */
public $label; public $label;

View File

@ -44,7 +44,7 @@ class AccountancySystem
var $pcg_subtype; var $pcg_subtype;
/** /**
* @var string proper name for given parameter * @var string Accountancy System label
*/ */
public $label; public $label;

View File

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