diff --git a/htdocs/compta/prelevement/card.php b/htdocs/compta/prelevement/card.php
index 3812d72f405..d4311abe112 100644
--- a/htdocs/compta/prelevement/card.php
+++ b/htdocs/compta/prelevement/card.php
@@ -290,7 +290,7 @@ if ($id > 0 || $ref) {
print '
';
print '| '.$langs->trans("NotifyCredit").' |
';
print '| '.$langs->trans('CreditDate').' | ';
- print $form->selectDate('', '', '', '', '', "infocredit", 1, 1);
+ print $form->selectDate(-1, '', '', '', '', "infocredit", 1, 1);
print ' |
';
print '';
print '
'.$langs->trans("ThisWillAlsoAddPaymentOnInvoice").'
';