/[dolibarr]/dolibarr/htdocs/telephonie/ligne/conso.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/ligne/conso.php

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

revision 1.4 by rodolphe, Fri Sep 2 09:56:38 2005 UTC revision 1.5 by rodolphe, Mon Sep 12 13:47:08 2005 UTC
# Line 60  if ($_GET["id"] or $_GET["numero"]) Line 60  if ($_GET["id"] or $_GET["numero"])
60            $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/fiche.php?id=".$ligne->id;            $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/fiche.php?id=".$ligne->id;
61            $head[$h][1] = $langs->trans("Ligne");            $head[$h][1] = $langs->trans("Ligne");
62            $h++;            $h++;
63              
64            $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/factures.php?id=".$ligne->id;            if ($user->rights->telephonie->facture->lire)
65            $head[$h][1] = $langs->trans('Factures');              {
66            $h++;                $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/factures.php?id=".$ligne->id;
67                  $head[$h][1] = $langs->trans('Factures');
68                  $h++;
69                }
70                        
71            $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/infoc.php?id=".$ligne->id;            $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/infoc.php?id=".$ligne->id;
72            $head[$h][1] = $langs->trans('Infos');            $head[$h][1] = $langs->trans('Infos');

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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