/[dolibarr]/dolibarr/htdocs/compta/commande/liste.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/commande/liste.php

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

revision 1.4 by rodolphe, Mon Aug 1 12:47:45 2005 UTC revision 1.5 by rodolphe, Tue Aug 2 06:54:43 2005 UTC
# Line 77  if (isset($_GET["status"])) Line 77  if (isset($_GET["status"]))
77    
78  if (isset($_GET["afacturer"]))  if (isset($_GET["afacturer"]))
79  {  {
80    $sql .= " AND p.fk_statut >=1 AND c.facture = 0";    $sql .= " AND fk_statut >=1   AND c.facture = 0";
81  }  }
82    
83  if (strlen($_POST["sf_ref"]) > 0)  if (strlen($_POST["sf_ref"]) > 0)

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

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