add some comment

This commit is contained in:
Philippe GRAND 2019-10-24 15:02:37 +02:00
parent 8a7360dd32
commit f1db8e6f03
3 changed files with 13 additions and 4 deletions

View File

@ -52,7 +52,10 @@ class mod_contract_magre extends ModelNumRefContracts
* @var string name
*/
public $name='Magre';
/**
* @var int Automatic numbering
*/
public $code_auto=1;
/**

View File

@ -57,8 +57,11 @@ class mod_contract_olive extends ModelNumRefContracts
* @var string
*/
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
public $code_auto = 0; // Numerotation automatique
/**
* @var int Automatic numbering
*/
public $code_auto = 0;
/**

View File

@ -52,7 +52,10 @@ class mod_contract_serpis extends ModelNumRefContracts
* @var string model name
*/
public $name='Serpis';
/**
* @var int Automatic numbering
*/
public $code_auto=1;