From 640089d6e747b221772e777491dfa7bbb61e596d Mon Sep 17 00:00:00 2001 From: ccomb Date: Wed, 2 Mar 2005 15:59:19 +0000 Subject: [PATCH] =?UTF-8?q?la=20saisie=20de=20transaction=20hors=20facture?= =?UTF-8?q?=20ne=20fonctionnait=20plus=20=C3=A0=20cause=20d'un=20enchev?= =?UTF-8?q?=C3=AAtrement=20entre=20les=20deux=20formulaires.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/account.php | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index 9ae6a12d973..57bd8d0e8d3 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -194,13 +194,6 @@ if ($account > 0) * Affiche tableau des transactions bancaires * */ - if ($user->rights->banque->modifier) - { - print '
'; - print ''; - print ''; - print ''; - } print ''; print ''.$langs->trans("Date").'Valeur'.$langs->trans("Type").''.$langs->trans("Description").''; @@ -273,6 +266,10 @@ if ($account > 0) */ if ($user->rights->banque->modifier) { + print ''; + print ''; + print ''; + print ''; print " \n"; print ""; @@ -300,14 +297,11 @@ if ($account > 0) print ""; print ""; print ''; + print "
"; } print ""; - if ($user->rights->banque->modifier) - { - print ""; - } } else {