From f067afae0efabf460a09190f32d8d3da37283554 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 1 Dec 2005 09:49:09 +0000 Subject: [PATCH] Ajout info de la base 'support' --- htdocs/telephonie/lignetel.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/lignetel.class.php b/htdocs/telephonie/lignetel.class.php index edadecdf64d..9631a2d6157 100644 --- a/htdocs/telephonie/lignetel.class.php +++ b/htdocs/telephonie/lignetel.class.php @@ -338,7 +338,7 @@ class LigneTel { $sql .= " , fk_user_creat, fk_user_commande"; $sql .= " , fk_contrat "; $sql .= " , fk_commercial_suiv, fk_commercial_sign"; - $sql .= " , pdfdetail, techno"; + $sql .= " , pdfdetail, techno, support"; $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_ligne as tl"; if ($id > 0) @@ -375,6 +375,7 @@ class LigneTel { $this->mode_paiement = $obj->mode_paiement; $this->code_analytique = $obj->code_analytique; $this->techno = $obj->techno; + $this->support = $obj->support; $this->user_creat = $obj->fk_user_creat; $this->user_commande = $obj->fk_user_commande;