/[dolibarr]/dolibarr/htdocs/compta/bank/annuel.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/bank/annuel.php

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

revision 1.7 by eldy, Sat Jun 11 11:56:51 2005 UTC revision 1.8 by hregis, Wed Jul 27 16:01:33 2005 UTC
# Line 29  Line 29 
29    
30  require("./pre.inc.php");  require("./pre.inc.php");
31    
32    if (!$user->admin && !$user->rights->banque->lire)
33      accessforbidden();
34    
35  $year_start=isset($_GET["year_start"])?$_GET["year_start"]:$_POST["year_start"];  $year_start=isset($_GET["year_start"])?$_GET["year_start"]:$_POST["year_start"];
36  $year_current = strftime("%Y",time());  $year_current = strftime("%Y",time());
37  if (! $year_start) {  if (! $year_start) {

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