/[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.8 by rodolphe, Fri Dec 2 10:42:12 2005 UTC revision 1.9 by rodolphe, Fri Dec 2 10:42:52 2005 UTC
# Line 39  if ($user->societe_id > 0) Line 39  if ($user->societe_id > 0)
39  }  }
40    
41  if ($sortorder == "") {  if ($sortorder == "") {
42    $sortorder="DESC";    $sortorder="";
43  }  }
44  if ($sortfield == "") {  if ($sortfield == "") {
45    $sortfield="f.date DESC, f.gain ASC";    $sortfield="f.date DESC, f.gain ASC";

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

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