/[dolibarr]/dolibarr/htdocs/compta/bank/ligne.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/bank/ligne.php

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

revision 1.42 by eldy, Sat Oct 15 15:32:02 2005 UTC revision 1.43 by eldy, Sat Oct 15 15:35:10 2005 UTC
# Line 35  if (!$user->rights->banque->modifier) Line 35  if (!$user->rights->banque->modifier)
35    accessforbidden();    accessforbidden();
36    
37  $langs->load("banks");  $langs->load("banks");
38    $langs->load("bills");
39    
40    
41  $rowid=isset($_GET["rowid"])?$_GET["rowid"]:$_POST["rowid"];  $rowid=isset($_GET["rowid"])?$_GET["rowid"]:$_POST["rowid"];
# Line 226  if ($result) Line 227  if ($result)
227              $author=new User($db,$objp->fk_user_author);              $author=new User($db,$objp->fk_user_author);
228              $author->fetch();              $author->fetch();
229              print '<td colspan="4"><a href="'.DOL_URL_ROOT.'/user/fiche.php?id='.$author->id.'">';              print '<td colspan="4"><a href="'.DOL_URL_ROOT.'/user/fiche.php?id='.$author->id.'">';
230              print img_object($langs->trans("ShowUser"),'user').' '.$author->fullname.'</td>';              print img_object($langs->trans("ShowUser"),'user').' '.$author->fullname.'</a></td>';
231          }          }
232          else          else
233          {          {

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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