/[dolibarr]/dolibarr/htdocs/telephonie/ligne/commande/liste.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/ligne/commande/liste.php

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

revision 1.5 by rodolphe, Fri Sep 2 11:37:35 2005 UTC revision 1.6 by rodolphe, Mon Nov 7 09:05:39 2005 UTC
# Line 86  $sql .= ",".MAIN_DB_PREFIX."societe as s Line 86  $sql .= ",".MAIN_DB_PREFIX."societe as s
86  $sql .= " WHERE l.fk_soc = s.idp ";  $sql .= " WHERE l.fk_soc = s.idp ";
87  $sql .= " AND l.fk_fournisseur = f.rowid ";  $sql .= " AND l.fk_fournisseur = f.rowid ";
88  $sql .= " AND l.statut IN (-1,1,4) ";  $sql .= " AND l.statut IN (-1,1,4) ";
89    $sql .= " AND l.techno = 'presel'";
90  $sql .= " AND l.fk_soc_facture = sf.idp";  $sql .= " AND l.fk_soc_facture = sf.idp";
91  $sql .= " ORDER BY $sortfield $sortorder " . $db->plimit($conf->liste_limit+1, $offset);  $sql .= " ORDER BY $sortfield $sortorder " . $db->plimit($conf->liste_limit+1, $offset);
92    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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