Qual: Removed missing variable

This commit is contained in:
Raphaël Doursenaud 2014-04-23 15:41:35 +02:00
parent 996704d258
commit 3830329499

View File

@ -178,7 +178,7 @@ function societe_prepare_head2($object)
if (empty($conf->global->SOCIETE_DISABLE_BANKACCOUNT))
{
$head[$h][0] = DOL_URL_ROOT .'/societe/rib.php?socid='.$object->id;
$head[$h][1] = $langs->trans("BankAccount")." $account->number";
$head[$h][1] = $langs->trans("BankAccount");
$head[$h][2] = 'rib';
$h++;
}