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

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

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

revision 1.19 by rodolphe, Fri Sep 2 09:32:13 2005 UTC revision 1.20 by rodolphe, Fri Sep 2 10:16:26 2005 UTC
# Line 519  else Line 519  else
519    
520        if (!$client_comm->perm_read)        if (!$client_comm->perm_read)
521          {          {
           print decoct($client_comm->id);  
522            print "Lecture non authorisée";            print "Lecture non authorisée";
523          }          }
524    
# Line 537  else Line 536  else
536                                
537                if ($ligne->statut == -1)                if ($ligne->statut == -1)
538                  {                  {
539                    $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/commande.php?id=".$ligne->id;                    if ($user->rights->telephonie->ligne->creer)
540                    $head[$h][1] = $langs->trans('Commande');                      {
541                    $h++;                        $head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/commande.php?id=".$ligne->id;
542                          $head[$h][1] = $langs->trans('Commande');
543                          $h++;
544                        }
545                  }                  }
546                else                else
547                  {                  {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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