From de6e37edbd88944fd7c90011537cb3db12901a7d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 15 Oct 2005 15:35:10 +0000 Subject: [PATCH] Fix: Pb traduction --- htdocs/compta/bank/ligne.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {