/[dolibarr]/dolibarr/htdocs/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/index.php

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

revision 1.40 by eldy, Tue Aug 30 21:07:53 2005 UTC revision 1.41 by rodolphe, Mon Sep 5 08:54:52 2005 UTC
# Line 200  print '</tr>'; Line 200  print '</tr>';
200    
201  $var=true;  $var=true;
202    
203    
204    //
205    // Ne pas inclure de sections sans gestion de permissions
206    //
207    
208  // Nbre actions à faire (en retard)  // Nbre actions à faire (en retard)
209  if ($conf->commercial->enabled || $conf->compta->enabled)  if (($conf->commercial->enabled || $conf->compta->enabled)  && $user->rights->actions->lire)
210  {  {
211      include_once("./actioncomm.class.php");      include_once("./actioncomm.class.php");
212      $board=new ActionComm($db);      $board=new ActionComm($db);

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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