/[dolibarr]/dolibarr/htdocs/telephonie/client/pre.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/client/pre.inc.php

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

revision 1.6 by rodolphe, Tue Sep 6 14:59:37 2005 UTC revision 1.7 by rodolphe, Mon Sep 12 13:39:51 2005 UTC
# Line 59  function llxHeader($head = "", $title="" Line 59  function llxHeader($head = "", $title=""
59    if ($user->rights->telephonie->stats->lire)    if ($user->rights->telephonie->stats->lire)
60      $menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques");      $menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques");
61    
62    $menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");    if ($user->rights->telephonie->facture->lire)
63        $menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");
64    
65    $menu->add(DOL_URL_ROOT."/telephonie/tarifs/", "Tarifs");    $menu->add(DOL_URL_ROOT."/telephonie/tarifs/", "Tarifs");
66    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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