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

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

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

revision 1.36 by rodolphe, Tue Sep 6 14:02:22 2005 UTC revision 1.37 by rodolphe, Mon Sep 12 13:32:54 2005 UTC
# Line 168  class modTelephonie extends DolibarrModu Line 168  class modTelephonie extends DolibarrModu
168      $this->rights[$r][5] = 'lire';      $this->rights[$r][5] = 'lire';
169      $r++;      $r++;
170    
171        $this->rights[$r][0] = 272;
172        $this->rights[$r][1] = 'Consulter les factures';
173        $this->rights[$r][2] = 'r';
174        $this->rights[$r][3] = 0;
175        $this->rights[$r][4] = 'facture';
176        $this->rights[$r][5] = 'lire';
177        $r++;
178    
179      $this->rights[$r][0] = 206;      $this->rights[$r][0] = 206;
180      $this->rights[$r][1] = 'Consulter les liaisons';      $this->rights[$r][1] = 'Consulter les liaisons';
181      $this->rights[$r][2] = 'w';      $this->rights[$r][2] = 'w';

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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