/[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.37 by rodolphe, Mon Sep 12 13:32:54 2005 UTC revision 1.38 by rodolphe, Tue Sep 27 08:56:27 2005 UTC
# Line 232  class modTelephonie extends DolibarrModu Line 232  class modTelephonie extends DolibarrModu
232      $this->rights[$r][5] = 'lire';      $this->rights[$r][5] = 'lire';
233      $r++;      $r++;
234    
235        $this->rights[$r][0] = 282;
236        $this->rights[$r][1] = 'Affecter des services à un contrat';
237        $this->rights[$r][2] = 'w';
238        $this->rights[$r][3] = 0;
239        $this->rights[$r][4] = 'service';
240        $this->rights[$r][5] = 'affecter';
241        $r++;
242    
243      $this->rights[$r][0] = 291;      $this->rights[$r][0] = 291;
244      $this->rights[$r][1] = 'Consulter les tarifs';      $this->rights[$r][1] = 'Consulter les tarifs';
245      $this->rights[$r][2] = 'w';      $this->rights[$r][2] = 'w';

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

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