Skip to content

Commit

Permalink
Merge pull request #6135 from defrance/patch-59
Browse files Browse the repository at this point in the history
Add translation tabs
  • Loading branch information
eldy committed Dec 11, 2016
2 parents 144743d + b645a50 commit c1ec3d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/lib/company.lib.php
Expand Up @@ -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");
Expand Down

0 comments on commit c1ec3d9

Please sign in to comment.