/[dolibarr]/dolibarr/htdocs/telephonie/stats/factures/marge.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/factures/marge.php

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

revision 1.3 by rodolphe, Tue Dec 6 10:33:17 2005 UTC revision 1.4 by rodolphe, Tue Dec 6 10:41:40 2005 UTC
# Line 38  if ($user->societe_id > 0) Line 38  if ($user->societe_id > 0)
38    $socidp = $user->societe_id;    $socidp = $user->societe_id;
39  }  }
40    
41  $year = strftime("%Y", time());  $year = defined($_GET["year"])?$_GET["year"]:strftime("%Y", time());
 $year = $_GET["year"];  
   
42    
43  $h = 0;  $h = 0;
   
44  $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/index.php';  $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/index.php';
45  $head[$h][1] = "Global";  $head[$h][1] = "Global";
46  $h++;  $h++;

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

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