From 3071c5e465b23c9bf86d064d6bee123440e93bc9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 May 2011 20:50:09 +0000 Subject: [PATCH] Qual: Uniformize code --- htdocs/compta/bank/ligne.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) {