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

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

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

revision 1.6 by rodolphe, Fri Sep 2 09:57:09 2005 UTC revision 1.7 by rodolphe, Mon Sep 12 13:46:01 2005 UTC
# Line 69  llxHeader("","","Historique Ligne"); Line 69  llxHeader("","","Historique Ligne");
69                $head[$h][1] = $langs->trans("Ligne");                $head[$h][1] = $langs->trans("Ligne");
70                $h++;                $h++;
71    
72                $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/factures.php?id=".$ligne->id;                if ($user->rights->telephonie->facture->lire)
73                $head[$h][1] = $langs->trans('Factures');                  {
74                $h++;                    $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/factures.php?id=".$ligne->id;
75                                    $head[$h][1] = $langs->trans('Factures');
76                      $h++;
77                    }
78    
79                $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;
80                $head[$h][1] = $langs->trans('Infos');                $head[$h][1] = $langs->trans('Infos');
81                $h++;                $h++;

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