/[dolibarr]/dolibarr/htdocs/telephonie/facture/liste.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/facture/liste.php

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

revision 1.7 by rodolphe, Fri Dec 2 10:35:52 2005 UTC revision 1.8 by rodolphe, Fri Dec 2 10:42:12 2005 UTC
# Line 42  if ($sortorder == "") { Line 42  if ($sortorder == "") {
42    $sortorder="DESC";    $sortorder="DESC";
43  }  }
44  if ($sortfield == "") {  if ($sortfield == "") {
45    $sortfield="f.date";    $sortfield="f.date DESC, f.gain ASC";
46  }  }
47    
48  /*  /*
# Line 135  if ($result) Line 135  if ($result)
135        print '<td>&nbsp;</td>';        print '<td>&nbsp;</td>';
136      }      }
137    
   
138    print '<td align="center" ><input type="text" name="search_facture" size="8" maxlength="10" value="'.$_GET["search_facture"].'"></td>';    print '<td align="center" ><input type="text" name="search_facture" size="8" maxlength="10" value="'.$_GET["search_facture"].'"></td>';
139    print '</form>';    print '</form>';
140    print '</tr>';    print '</tr>';

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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