From 8225e039d9d529ddd088cc3b5ab9caa749f2faf1 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 20 Sep 2018 16:58:34 +0200 Subject: [PATCH] Standardize and update code --- .../mod_facture_fournisseur_cactus.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php index 618079160b7..28474f094f1 100644 --- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php +++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php @@ -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';