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

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

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

revision 1.8 by rodolphe, Thu Sep 8 10:31:32 2005 UTC revision 1.9 by rodolphe, Mon Sep 12 13:40:21 2005 UTC
# Line 70  function llxHeader($head = "", $title="" Line 70  function llxHeader($head = "", $title=""
70    if ($user->rights->telephonie->ligne_commander)    if ($user->rights->telephonie->ligne_commander)
71      $menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commandes");      $menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commandes");
72    
73    $menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");    if ($user->rights->telephonie->facture->lire)
74        $menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");
75    
76    if ($user->rights->telephonie->stats->lire)    if ($user->rights->telephonie->stats->lire)
77      {      {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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