/[dolibarr]/dolibarr/htdocs/comm/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/fiche.php

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

revision 1.95 by eldy, Sat Aug 20 15:39:16 2005 UTC revision 1.96 by rodolphe, Sun Aug 21 19:11:54 2005 UTC
# Line 29  Line 29 
29  */  */
30    
31  require_once("./pre.inc.php");  require_once("./pre.inc.php");
32  require_once("../contact.class.php");  
33  require_once("../actioncomm.class.php");  if (!$user->rights->societe->lire) accessforbidden();
34    
35    require_once(DOL_DOCUMENT_ROOT."/contact.class.php");
36    require_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php");
37  require_once(DOL_DOCUMENT_ROOT."/commande/commande.class.php");  require_once(DOL_DOCUMENT_ROOT."/commande/commande.class.php");
38  require_once("../contrat/contrat.class.php");  require_once(DOL_DOCUMENT_ROOT."/contrat/contrat.class.php");
39    
40  $langs->load("companies");  $langs->load("companies");
41  $langs->load("orders");  $langs->load("orders");
42  $langs->load("contracts");  $langs->load("contracts");
43    
 $user->getrights();  
   
44  llxHeader('',$langs->trans('CustomerCard'));  llxHeader('',$langs->trans('CustomerCard'));
45    
46  $sortorder=$_GET["sortorder"];  $sortorder=$_GET["sortorder"];

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

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