/[dolibarr]/dolibarr/htdocs/telephonie/lignetel.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/lignetel.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by rodolphe, Thu Nov 3 13:22:20 2005 UTC revision 1.29 by rodolphe, Mon Nov 7 09:12:24 2005 UTC
# Line 329  class LigneTel { Line 329  class LigneTel {
329        $sql .= " , fk_user_creat, fk_user_commande";        $sql .= " , fk_user_creat, fk_user_commande";
330        $sql .= " , fk_contrat ";        $sql .= " , fk_contrat ";
331        $sql .= " , fk_commercial_suiv, fk_commercial_sign";        $sql .= " , fk_commercial_suiv, fk_commercial_sign";
332        $sql .= " , pdfdetail";        $sql .= " , pdfdetail, techno";
333        $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_ligne as tl";        $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_ligne as tl";
334    
335        if ($id > 0)        if ($id > 0)
# Line 365  class LigneTel { Line 365  class LigneTel {
365                $this->statut             = $obj->statut;                $this->statut             = $obj->statut;
366                $this->mode_paiement      = $obj->mode_paiement;                $this->mode_paiement      = $obj->mode_paiement;
367                $this->code_analytique    = $obj->code_analytique;                $this->code_analytique    = $obj->code_analytique;
368                  $this->techno             = $obj->techno;
369                $this->user_creat         = $obj->fk_user_creat;                $this->user_creat         = $obj->fk_user_creat;
370                $this->user_commande      = $obj->fk_user_commande;                $this->user_commande      = $obj->fk_user_commande;
371    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26