diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 1fa3362123a..0afaa00a754 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -1,7 +1,7 @@ * Copyright (C) 2003 Xavier DUTOIT - * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2004-2011 Laurent Destailleur * Copyright (C) 2004 Christophe Combelles * * This program is free software; you can redistribute it and/or modify @@ -264,10 +264,10 @@ if ($result) $i++; - // Account + // Bank account print "".$langs->trans("Account").""; print ''; - print ''.img_object($langs->trans("ShowAccount"),'account').' '.$acct->label.''; + print $acct->getNomUrl(1,'transactions'); print ''; print ''; @@ -355,7 +355,7 @@ if ($result) } print ""; - // Bank + // Bank of cheque print "".$langs->trans("Bank").""; if ($user->rights->banque->modifier) {