Ajout info de la base 'support'

This commit is contained in:
Rodolphe Quiedeville 2005-12-01 09:49:09 +00:00
parent f6411c90d3
commit f067afae0e

View File

@ -338,7 +338,7 @@ class LigneTel {
$sql .= " , fk_user_creat, fk_user_commande"; $sql .= " , fk_user_creat, fk_user_commande";
$sql .= " , fk_contrat "; $sql .= " , fk_contrat ";
$sql .= " , fk_commercial_suiv, fk_commercial_sign"; $sql .= " , fk_commercial_suiv, fk_commercial_sign";
$sql .= " , pdfdetail, techno"; $sql .= " , pdfdetail, techno, support";
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_ligne as tl"; $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_ligne as tl";
if ($id > 0) if ($id > 0)
@ -375,6 +375,7 @@ class LigneTel {
$this->mode_paiement = $obj->mode_paiement; $this->mode_paiement = $obj->mode_paiement;
$this->code_analytique = $obj->code_analytique; $this->code_analytique = $obj->code_analytique;
$this->techno = $obj->techno; $this->techno = $obj->techno;
$this->support = $obj->support;
$this->user_creat = $obj->fk_user_creat; $this->user_creat = $obj->fk_user_creat;
$this->user_commande = $obj->fk_user_commande; $this->user_commande = $obj->fk_user_commande;