From ba3e94a2c5ae74d087febc4a9aff64ea2814bca8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 15 Oct 2005 16:01:56 +0000 Subject: [PATCH] Fix: Pb traduction --- htdocs/compta/bank/account.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index 93a6661d4a4..e319a209fce 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -34,6 +34,8 @@ require("./pre.inc.php"); if (!$user->rights->banque->lire) accessforbidden(); +$langs->load("bills"); + $account=isset($_GET["account"])?$_GET["account"]:$_POST["account"]; $vline=isset($_GET["vline"])?$_GET["vline"]:$_POST["vline"];