/[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.30 by rodolphe, Tue Aug 23 10:20:31 2005 UTC revision 1.31 by rodolphe, Tue Aug 30 13:25:12 2005 UTC
# Line 207  class modTelephonie extends DolibarrModu Line 207  class modTelephonie extends DolibarrModu
207      $this->rights[$r][5] = 'lire';      $this->rights[$r][5] = 'lire';
208      $r++;      $r++;
209    
210        $this->rights[$r][0] = 148;
211        $this->rights[$r][1] = 'Consulter les tarifs';
212        $this->rights[$r][2] = 'w';
213        $this->rights[$r][3] = 0;
214        $this->rights[$r][4] = 'tarifs';
215        $this->rights[$r][5] = 'lire';
216        $r++;
217    
218        $this->rights[$r][0] = 149;
219        $this->rights[$r][1] = 'Definir les permissions sur les tarifs';
220        $this->rights[$r][2] = 'w';
221        $this->rights[$r][3] = 0;
222        $this->rights[$r][4] = 'tarif';
223        $this->rights[$r][5] = 'permission';
224        $r++;
225    
226      // Dir      // Dir
227      $this->dirs[0] = $conf->telephonie->dir_output;      $this->dirs[0] = $conf->telephonie->dir_output;
228      $this->dirs[1] = $conf->telephonie->dir_output."/ligne";      $this->dirs[1] = $conf->telephonie->dir_output."/ligne";

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