diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 2951fc2c320..2cde72a2d1c 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -35,6 +35,7 @@ if (!$user->rights->banque->modifier) accessforbidden(); $langs->load("banks"); +$langs->load("bills"); $rowid=isset($_GET["rowid"])?$_GET["rowid"]:$_POST["rowid"]; @@ -226,7 +227,7 @@ if ($result) $author=new User($db,$objp->fk_user_author); $author->fetch(); print ''; - print img_object($langs->trans("ShowUser"),'user').' '.$author->fullname.''; + print img_object($langs->trans("ShowUser"),'user').' '.$author->fullname.''; } else {