Standardize and update code

This commit is contained in:
Philippe GRAND 2018-09-20 16:58:34 +02:00
parent 43edc64e7f
commit 8225e039d9

View File

@ -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';