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,8 +44,18 @@ class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices
*/ */
public $error = ''; public $error = '';
/**
* @var string Nom du modele
* @deprecated
* @see name
*/
public $nom='Cactus'; public $nom='Cactus';
/**
* @var string model name
*/
public $name='Cactus';
public $prefixinvoice='SI'; public $prefixinvoice='SI';
public $prefixcreditnote='SA'; public $prefixcreditnote='SA';