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;