diff --git a/htdocs/compta/prelevement/list.php b/htdocs/compta/prelevement/list.php
index a7bab4281c2..6bf12933eab 100644
--- a/htdocs/compta/prelevement/list.php
+++ b/htdocs/compta/prelevement/list.php
@@ -191,6 +191,9 @@ if ($result) {
print '';
print '';
print '';
+ if ($type != '') {
+ print '';
+ }
$title = $langs->trans("WithdrawalsLines");
if ($type == 'bank-transfer') {
diff --git a/htdocs/compta/prelevement/orders_list.php b/htdocs/compta/prelevement/orders_list.php
index 6737ea258ea..6c614cc8a20 100644
--- a/htdocs/compta/prelevement/orders_list.php
+++ b/htdocs/compta/prelevement/orders_list.php
@@ -158,7 +158,9 @@ if ($result) {
print '';
print '';
print '';
-
+ if ($type != '') {
+ print '';
+ }
$titlekey = "WithdrawalsReceipts";
$title = $langs->trans("WithdrawalsReceipts");
if ($type == 'bank-transfer') {