diff --git a/htdocs/compta/tva/card.php b/htdocs/compta/tva/card.php
index 759ed75df5e..41e4839b88c 100644
--- a/htdocs/compta/tva/card.php
+++ b/htdocs/compta/tva/card.php
@@ -277,7 +277,7 @@ if ($action == 'create')
if (! empty($conf->banque->enabled))
{
print '
| '.$langs->trans("BankAccount").' | ';
- $form->select_comptes($_POST["accountid"], "accountid", 0, "courant=1", 1); // Affiche liste des comptes courant
+ $form->select_comptes(GETPOST("accountid", 'int'), "accountid", 0, "courant=1", 2); // List of bank account available
print ' |
';
}