From 6031ea6b3fc8655beb773c7379933d8fd1c520f6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 5 Jan 2006 10:49:12 +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 | 4 ++-- htdocs/includes/modules/modPropale.class.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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();