From 1bd7885fe012f9c832a486bf446f75f9802918fb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 9 Apr 2005 12:05:45 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Nom=20de=20la=20soci=E9t=E9=20absent=20s?= =?UTF-8?q?ur=20fiche=20RIB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/societe/rib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();