From 515b19b29a0102123601af7fedc366f4b118d8ea Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 5 Jan 2006 10:41:34 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20constantes=20FAC=5FADD=5FPROD=5FD?= =?UTF-8?q?ESC=20et=20PROP=5FADD=5FPROD=5FDESC=20dans=20leur=20module=20re?= =?UTF-8?q?spectif,=20=20initilalis=E9=20=E0=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modFacture.class.php | 6 ++++++ htdocs/includes/modules/modPropale.class.php | 6 ++++++ 2 files changed, 12 insertions(+) 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();