diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php index 8bb2c5a3d29..d59213e1b77 100644 --- a/htdocs/societe/rib.php +++ b/htdocs/societe/rib.php @@ -1,7 +1,7 @@ * Copyright (C) 2003 Jean-Louis Bergamo - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -91,7 +91,7 @@ $head[$h][0] = "fiche.php?id=$account->id"; $head[$h][1] = $langs->trans("BankAccount")." $account->number"; $h++; -dolibarr_fiche_head($head, 1); +dolibarr_fiche_head($head, 1, $soc->nom); $account = new CompanyBankAccount($db, $soc->id); $account->fetch();