precise label comment

This commit is contained in:
Philippe GRAND 2018-09-01 14:06:58 +02:00
parent b59d49d3b3
commit 7b47c79bc3
8 changed files with 18 additions and 18 deletions

View File

@ -48,7 +48,7 @@ class Localtax extends CommonObject
var $amount;
/**
* @var string proper name for given parameter
* @var string local tax
*/
public $label;

View File

@ -58,7 +58,7 @@ class PaymentSalary extends CommonObject
public $num_payment;
/**
* @var string proper name for given parameter
* @var string salary payments label
*/
public $label;

View File

@ -37,12 +37,12 @@ class Tva extends CommonObject
* @var string ID to identify managed object
*/
public $element='tva';
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element='tva';
public $picto='payment';
var $tms;
@ -51,12 +51,12 @@ class Tva extends CommonObject
var $amount;
var $type_payment;
var $num_payment;
/**
* @var string proper name for given parameter
* @var string label
*/
public $label;
var $fk_bank;
var $fk_user_creat;
var $fk_user_modif;

View File

@ -36,7 +36,7 @@ class Ccountry // extends CommonObject
* @var DoliDB Database handler.
*/
public $db;
/**
* @var string Error code (or message)
*/
@ -46,7 +46,7 @@ class Ccountry // extends CommonObject
* @var string[] Error codes (or messages)
*/
public $errors = array();
//var $element='ccountry'; //!< Id that identify managed objects
//var $table_element='ccountry'; //!< Name of table without prefix where object is stored
@ -54,15 +54,15 @@ class Ccountry // extends CommonObject
* @var int ID
*/
public $id;
var $code;
var $code_iso;
/**
* @var string proper name for given parameter
* @var string Countries label
*/
public $label;
var $active;

View File

@ -50,7 +50,7 @@ class Ctyperesource
public $code;
/**
* @var string proper name for given parameter
* @var string Type resource label
*/
public $label;
@ -486,7 +486,7 @@ class CtyperesourceLine
public $code;
/**
* @var string proper name for given parameter
* @var string Type resource line label
*/
public $label;

View File

@ -45,7 +45,7 @@ class Fiscalyear extends CommonObject
var $rowid;
/**
* @var string proper name for given parameter
* @var string fiscal year label
*/
public $label;

View File

@ -1399,7 +1399,7 @@ class ModelMail
public $id;
/**
* @var string proper name for given parameter
* @var string Model mail label
*/
public $label;

View File

@ -47,7 +47,7 @@ class Link extends CommonObject
public $url;
/**
* @var string proper name for given parameter
* @var string Links label
*/
public $label;