diff --git a/htdocs/includes/modules/modFacture.class.php b/htdocs/includes/modules/modFacture.class.php index df557d096f0..e47d1cd5257 100644 --- a/htdocs/includes/modules/modFacture.class.php +++ b/htdocs/includes/modules/modFacture.class.php @@ -126,8 +126,8 @@ class modFacture extends DolibarrModules $this->const[9][0] = "FAC_ADD_PROD_DESC"; $this->const[9][1] = "chaine"; $this->const[9][2] = "0"; - $this->const[9][3] = 1; - $this->const[9][4] = "Mettre à 1 pour voir la description d'un produit dans une facture"; + $this->const[9][3] = "Mettre à 1 pour voir la description d'un produit dans une facture"; + $this->const[9][4] = 1; // Boites $this->boxes = array(); diff --git a/htdocs/includes/modules/modPropale.class.php b/htdocs/includes/modules/modPropale.class.php index 8c1eed88edd..ea74f2fea35 100644 --- a/htdocs/includes/modules/modPropale.class.php +++ b/htdocs/includes/modules/modPropale.class.php @@ -87,8 +87,8 @@ class modPropale extends DolibarrModules $this->const[2][0] = "PROP_ADD_PROD_DESC"; $this->const[2][1] = "chaine"; $this->const[2][2] = "0"; - $this->const[2][3] = 1; - $this->const[2][4] = "Mettre à 1 pour voir la description d'un produit dans une propale"; + $this->const[2][3] = "Mettre à 1 pour voir la description d'un produit dans une propale"; + $this->const[2][4] = 1; // Boxes $this->boxes = array();