/[dolibarr]/dolibarr/htdocs/includes/modules/modSociete.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/modules/modSociete.class.php

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

revision 1.29 by eldy, Mon Nov 21 19:24:23 2005 UTC revision 1.30 by hregis, Fri Dec 2 11:20:32 2005 UTC
# Line 3  Line 3 
3   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
4   * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>   * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
5   * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>   * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
6     * Copyright (C) 2005      Regis Houssin        <regis.houssin@cap-networks.com>
7   *   *
8   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
9   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 99  class modSociete extends DolibarrModules Line 100  class modSociete extends DolibarrModules
100      $this->rights[3][2] = 'd'; // type de la permission (déprécié à ce jour)      $this->rights[3][2] = 'd'; // type de la permission (déprécié à ce jour)
101      $this->rights[3][3] = 0; // La permission est-elle une permission par défaut      $this->rights[3][3] = 0; // La permission est-elle une permission par défaut
102      $this->rights[3][4] = 'supprimer';      $this->rights[3][4] = 'supprimer';
103        
104        $this->rights[4][0] = 261; // id de la permission
105        $this->rights[4][1] = 'Créer modifier les contacts'; // libelle de la permission
106        $this->rights[4][2] = 'w'; // type de la permission (déprécié à ce jour)
107        $this->rights[4][3] = 0; // La permission est-elle une permission par défaut
108        $this->rights[4][4] = 'contact';
109        $this->rights[4][5] = 'creer';
110        
111        $this->rights[5][0] = 262; // id de la permission
112        $this->rights[5][1] = 'Supprimer les contacts'; // libelle de la permission
113        $this->rights[5][2] = 'd'; // type de la permission (déprécié à ce jour)
114        $this->rights[5][3] = 0; // La permission est-elle une permission par défaut
115        $this->rights[5][4] = 'contact';
116        $this->rights[5][5] = 'supprimer';
117    
118  }  }
119    

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

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