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 '';