diff --git a/htdocs/includes/modules/propale/mod_propale_diamant.php b/htdocs/includes/modules/propale/mod_propale_diamant.php index 0b934cc9faf..0b546836a1b 100644 --- a/htdocs/includes/modules/propale/mod_propale_diamant.php +++ b/htdocs/includes/modules/propale/mod_propale_diamant.php @@ -41,7 +41,7 @@ class mod_propale_diamant extends ModeleNumRefPropales /** \brief Constructeur */ - function mod_commande_ivoire() + function mod_propale_diamant() { $this->nom = "Diamant"; } diff --git a/htdocs/includes/modules/propale/mod_propale_emeraude.php b/htdocs/includes/modules/propale/mod_propale_emeraude.php index 831091a0ec8..89c7d981f9a 100644 --- a/htdocs/includes/modules/propale/mod_propale_emeraude.php +++ b/htdocs/includes/modules/propale/mod_propale_emeraude.php @@ -41,7 +41,7 @@ class mod_propale_emeraude extends ModeleNumRefPropales /** \brief Constructeur */ - function mod_commande_ivoire() + function mod_propale_emeraude() { $this->nom = "Emeraude"; } diff --git a/htdocs/includes/modules/propale/mod_propale_ivoire.php b/htdocs/includes/modules/propale/mod_propale_ivoire.php index 08f4cb25f07..45a310fb667 100644 --- a/htdocs/includes/modules/propale/mod_propale_ivoire.php +++ b/htdocs/includes/modules/propale/mod_propale_ivoire.php @@ -41,7 +41,7 @@ class mod_propale_ivoire extends ModeleNumRefPropales /** \brief Constructeur */ - function mod_commande_ivoire() + function mod_propale_ivoire() { $this->nom = "Ivoire"; } diff --git a/htdocs/includes/modules/propale/mod_propale_jade.php b/htdocs/includes/modules/propale/mod_propale_jade.php index 37008227277..7e6b1e33d71 100644 --- a/htdocs/includes/modules/propale/mod_propale_jade.php +++ b/htdocs/includes/modules/propale/mod_propale_jade.php @@ -42,7 +42,7 @@ class mod_propale_jade extends ModeleNumRefPropales /** \brief Constructeur */ - function mod_commande_ivoire() + function mod_propale_jade() { $this->nom = "Jade"; } diff --git a/htdocs/includes/modules/propale/mod_propale_marbre.php b/htdocs/includes/modules/propale/mod_propale_marbre.php index cced173625f..7331864a1ff 100644 --- a/htdocs/includes/modules/propale/mod_propale_marbre.php +++ b/htdocs/includes/modules/propale/mod_propale_marbre.php @@ -38,6 +38,13 @@ class mod_propale_marbre extends ModeleNumRefPropales { var $error=''; + /** \brief Constructeur + */ + function mod_propale_marbre() + { + $this->nom = "Marbre"; + } + /** \brief Renvoi la description du modele de numérotation * \return string Texte descripif */