From e7549a19b36b7d4e91d2c31ea6416cd7c91ba1b5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 8 Dec 2007 19:16:47 +0000 Subject: [PATCH] Fix: traduction --- htdocs/compta/bank/account.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/account.class.php b/htdocs/compta/bank/account.class.php index d25b4e44730..d540ad4d16f 100644 --- a/htdocs/compta/bank/account.class.php +++ b/htdocs/compta/bank/account.class.php @@ -285,7 +285,7 @@ class Account extends CommonObject if (! $this->ref) { - $this->error=$langs->trans("ErrorFieldRequired",$langs->trans("Ref")); + $this->error=$langs->trans("ErrorFieldRequired",$langs->transnoentities("Ref")); return -1; }