Fix: Nom de la société absent sur fiche RIB

This commit is contained in:
Laurent Destailleur 2005-04-09 12:05:45 +00:00
parent 9d882b44d6
commit 1bd7885fe0

View File

@ -1,7 +1,7 @@
<?php <?php
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org> * Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * 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 * 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"; $head[$h][1] = $langs->trans("BankAccount")." $account->number";
$h++; $h++;
dolibarr_fiche_head($head, 1); dolibarr_fiche_head($head, 1, $soc->nom);
$account = new CompanyBankAccount($db, $soc->id); $account = new CompanyBankAccount($db, $soc->id);
$account->fetch(); $account->fetch();