mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Standardize and update code
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user