diff --git a/htdocs/includes/modules/modFacture.class.php b/htdocs/includes/modules/modFacture.class.php index 91d5a711fe1..df557d096f0 100644 --- a/htdocs/includes/modules/modFacture.class.php +++ b/htdocs/includes/modules/modFacture.class.php @@ -122,6 +122,12 @@ class modFacture extends DolibarrModules $this->const[8][0] = "FAC_FORCE_DATE_VALIDATION"; $this->const[8][1] = "yesno"; $this->const[8][2] = "0"; + + $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"; // Boites $this->boxes = array(); diff --git a/htdocs/includes/modules/modPropale.class.php b/htdocs/includes/modules/modPropale.class.php index 7cbab8218a6..8c1eed88edd 100644 --- a/htdocs/includes/modules/modPropale.class.php +++ b/htdocs/includes/modules/modPropale.class.php @@ -83,6 +83,12 @@ class modPropale extends DolibarrModules $this->const[1][2] = "mod_propale_ivoire"; $this->const[1][3] = 'Nom du gestionnaire de numérotation des propales'; $this->const[1][4] = 0; + + $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"; // Boxes $this->boxes = array();