Standardize and update code

This commit is contained in:
Philippe GRAND
2018-09-20 14:43:54 +02:00
parent 7c92157636
commit 49fe6d3b79
5 changed files with 63 additions and 21 deletions

View File

@@ -40,7 +40,17 @@ class mod_contract_magre extends ModelNumRefContracts
*/
public $error = '';
public $nom = 'Magre';
/**
* @var string nom
* @deprecated
* @see name
*/
public $nom='Magre';
/**
* @var string name
*/
public $name='Magre';
public $code_auto=1;