From 162e29e787619f5086540f88b1924716263cf47c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 2 Sep 2005 20:16:48 +0000 Subject: [PATCH] Qual: Utilise la fonction select_types_paiements au lieu d'un select en dur. --- htdocs/compta/bank/account.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index c0ac72fe131..edd05e91477 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -20,7 +20,6 @@ * * $Id$ * $Source$ - * */ /** @@ -281,6 +280,8 @@ if ($account > 0) */ if ($user->rights->banque->modifier) { + $html=new Form($db); + print '
'; print ''; print ''; @@ -298,14 +299,9 @@ if ($account > 0) print ''; print ''; print ''; - print ''; + print ''; + $html->select_types_paiements('','operation','1,2',1); + print ''; print ''; print '';