Standardize and update code
This commit is contained in:
parent
43edc64e7f
commit
8225e039d9
@ -44,7 +44,17 @@ class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
public $nom = 'Cactus';
|
||||
/**
|
||||
* @var string Nom du modele
|
||||
* @deprecated
|
||||
* @see name
|
||||
*/
|
||||
public $nom='Cactus';
|
||||
|
||||
/**
|
||||
* @var string model name
|
||||
*/
|
||||
public $name='Cactus';
|
||||
|
||||
public $prefixinvoice='SI';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user