Skip to content
Snippets Groups Projects
Commit 0547c91d authored by tarrsalah's avatar tarrsalah
Browse files

Fix #6142

load "banks" translation when constructing societe tab head in
`societe_prepare_head`.
parent 1eb67484
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@ function societe_prepare_head(Societe $object)
// Bank accounrs
if (empty($conf->global->SOCIETE_DISABLE_BANKACCOUNT))
{
$langs->load("banks");
$nbBankAccount=0;
$head[$h][0] = DOL_URL_ROOT .'/societe/rib.php?socid='.$object->id;
$head[$h][1] = $langs->trans("BankAccounts");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment