diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php
index 4cf238b65f5..3319f3ac98c 100644
--- a/htdocs/compta/prelevement/create.php
+++ b/htdocs/compta/prelevement/create.php
@@ -386,7 +386,10 @@ if ($resql) {
if (!empty($limit)) {
print '';
}
-
+ if ($type != '') {
+ print '';
+ }
+
$title = $langs->trans("InvoiceWaitingWithdraw");
if ($type == 'bank-transfer') {
$title = $langs->trans("InvoiceWaitingPaymentByBankTransfer");