Merge pull request #1767 from frederic34/patch-1

Update html.form.class.php
This commit is contained in:
Laurent Destailleur 2014-07-25 22:18:19 +02:00
commit f9dc010b3c

View File

@ -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 " ";
}