/[dolibarr]/dolibarr/htdocs/contrat/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/contrat/fiche.php

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

revision 1.53 by eldy, Thu Sep 1 23:17:42 2005 UTC revision 1.54 by eldy, Sat Sep 3 00:09:55 2005 UTC
# Line 462  else Line 462  else
462          {          {
463    
464              if ($mesg) print $mesg;              if ($mesg) print $mesg;
465                            
466              $author = new User($db);              $author = new User($db);
467              $author->id = $contrat->user_author_id;              $author->id = $contrat->user_author_id;
468              $author->fetch();              $author->fetch();
469                            
470              $commercial_signature = new User($db);              $commercial_signature = new User($db);
471              $commercial_signature->id = $contrat->commercial_signature_id;              $commercial_signature->id = $contrat->commercial_signature_id;
472              $commercial_signature->fetch();              $commercial_signature->fetch();
# Line 481  else Line 481  else
481              $hselected = $h;              $hselected = $h;
482              $h++;              $h++;
483    
484                            $head[$h][0] = DOL_URL_ROOT.'/contrat/contact.php?id='.$contrat->id;
485                            $head[$h][1] = $langs->trans("ContractContacts");
486                            $h++;
487                            
488              $head[$h][0] = DOL_URL_ROOT.'/contrat/info.php?id='.$contrat->id;              $head[$h][0] = DOL_URL_ROOT.'/contrat/info.php?id='.$contrat->id;
489              $head[$h][1] = $langs->trans("Info");              $head[$h][1] = $langs->trans("Info");
490              $h++;                    $h++;      

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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