Standardize and update code

This commit is contained in:
Philippe GRAND 2018-09-20 17:02:32 +02:00
parent 8225e039d9
commit e64fbd9522
5 changed files with 54 additions and 4 deletions

View File

@ -47,7 +47,17 @@ class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices
*/
public $error = '';
public $nom = 'Tulip';
/**
* @var string Nom du modele
* @deprecated
* @see name
*/
public $nom='Tulip';
/**
* @var string model name
*/
public $name='Tulip';
/**

View File

@ -42,7 +42,17 @@ class mod_commande_fournisseur_muguet extends ModeleNumRefSuppliersOrders
*/
public $error = '';
public $nom = 'Muguet';
/**
* @var string Nom du modele
* @deprecated
* @see name
*/
public $nom='Muguet';
/**
* @var string model name
*/
public $name='Muguet';
public $prefix='CF';

View File

@ -43,7 +43,17 @@ class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders
*/
public $error = '';
public $nom = 'Orchidee';
/**
* @var string Nom du modele
* @deprecated
* @see name
*/
public $nom='Orchidee';
/**
* @var string model name
*/
public $name='Orchidee';
/**

View File

@ -41,7 +41,17 @@ class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments
*/
public $error = '';
public $nom = 'Brodator';
/**
* @var string Nom du modele
* @deprecated
* @see name
*/
public $nom='Brodator';
/**
* @var string model name
*/
public $name='Brodator';
/**

View File

@ -42,8 +42,18 @@ class mod_supplier_payment_bronan extends ModeleNumRefSupplierPayments
*/
public $error='';
/**
* @var string Nom du modele
* @deprecated
* @see name
*/
public $nom='Bronan';
/**
* @var string model name
*/
public $name='Bronan';
/**
* Return description of numbering module