/[dolibarr]/dolibarr/htdocs/telephonie/script/commande_presel.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/script/commande_presel.php

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

revision 1.15 by rodolphe, Mon Dec 5 09:27:53 2005 UTC revision 1.16 by rodolphe, Mon Dec 5 09:30:35 2005 UTC
# Line 71  $sql .= " WHERE l.fk_soc = s.idp AND l.f Line 71  $sql .= " WHERE l.fk_soc = s.idp AND l.f
71  $sql .= " AND f.rowid = 4 AND l.statut = 9";  $sql .= " AND f.rowid = 4 AND l.statut = 9";
72  if ($ligne > 0)  if ($ligne > 0)
73  {  {
74    $sql .= " AND l.numero ='".$ligne."'";    $sql .= " AND l.ligne='".$ligne."'";
75  }  }
76  $sql .= "  ORDER BY l.rowid DESC";  $sql .= "  ORDER BY l.rowid DESC";
77  $resql = $db->query($sql);  $resql = $db->query($sql);

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

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