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

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

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

revision 1.16 by rodolphe, Tue Jun 14 14:39:59 2005 UTC revision 1.17 by rodolphe, Fri Aug 12 13:10:30 2005 UTC
# Line 184  class TelephonieContrat { Line 184  class TelephonieContrat {
184      {      {
185        $sql = "SELECT c.rowid, c.ref, c.fk_client_comm, c.fk_soc, c.fk_soc_facture, c.note";        $sql = "SELECT c.rowid, c.ref, c.fk_client_comm, c.fk_soc, c.fk_soc_facture, c.note";
186        $sql .= ", c.fk_commercial_sign, c.fk_commercial_suiv";        $sql .= ", c.fk_commercial_sign, c.fk_commercial_suiv";
187        $sql .= ", c.isfacturable, c.mode_paiement";        $sql .= ", c.isfacturable, c.mode_paiement, c.statut";
188        $sql .= ", c.fk_user_creat, ".$this->db->pdate("c.date_creat") ." as dc";        $sql .= ", c.fk_user_creat, ".$this->db->pdate("c.date_creat") ." as dc";
189        $sql .= ", c.grille_tarif";        $sql .= ", c.grille_tarif";
190    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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