/[dolibarr]/dolibarr/htdocs/compta/clients.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/clients.php

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

revision 1.30 by eldy, Wed Sep 7 21:50:10 2005 UTC revision 1.31 by eldy, Fri Sep 9 23:53:28 2005 UTC
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**  /**
# Line 30  Line 29 
29    
30  require_once("./pre.inc.php");  require_once("./pre.inc.php");
31    
32  if (!$user->rights->societe->lire)  $user->getrights("societe");
33    
34    if (! $user->rights->societe->lire)
35    accessforbidden();    accessforbidden();
36    
37  require_once(DOL_DOCUMENT_ROOT."/contact.class.php");  require_once(DOL_DOCUMENT_ROOT."/contact.class.php");

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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