From 5ef626813c2a5bddaa4de65ba4f3b6a65f16fb9e Mon Sep 17 00:00:00 2001 From: frederic34 <frederic.france@free.fr> Date: Wed, 23 Jul 2014 09:49:58 +0200 Subject: [PATCH] Update html.form.class.php --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 010e023b285..25f708e8c37 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -2512,7 +2512,7 @@ class Form require_once DOL_DOCUMENT_ROOT .'/compta/bank/class/account.class.php'; $bankstatic=new Account($this->db); $bankstatic->fetch($selected); - print $bankstatic->label.' ('.$bankstatic->currency_code.')'; + print $this->textwithpicto($bankstatic->label,$langs->trans("AccountCurrency").' '.$bankstatic->currency_code); } else { print " "; } -- GitLab