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

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

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

revision 1.7 by rodolphe, Fri Sep 2 09:56:53 2005 UTC revision 1.8 by rodolphe, Mon Sep 12 13:46:15 2005 UTC
# Line 101  if ($_GET["id"] or $_GET["numero"]) Line 101  if ($_GET["id"] or $_GET["numero"])
101            $head[$h][1] = $langs->trans("Ligne");            $head[$h][1] = $langs->trans("Ligne");
102            $h++;            $h++;
103                        
104            $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/factures.php?id=".$ligne->id;            if ($user->rights->telephonie->facture->lire)
105            $head[$h][1] = $langs->trans('Factures');              {
106            $h++;                $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/factures.php?id=".$ligne->id;
107                            $head[$h][1] = $langs->trans('Factures');
108                  $h++;
109                }
110    
111            $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;
112            $head[$h][1] = $langs->trans('Infos');            $head[$h][1] = $langs->trans('Infos');
113            $hselected = $h;            $hselected = $h;

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

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