From 19273c8da15896418880d4698dd76f58859e9775 Mon Sep 17 00:00:00 2001
From: josett225 <57623859+josett225@users.noreply.github.com>
Date: Sun, 20 Nov 2022 05:33:31 +0100
Subject: [PATCH] Fix PaymentBankTransfer Line page management with Select and
Input
---
htdocs/compta/prelevement/list.php | 3 +++
htdocs/compta/prelevement/orders_list.php | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
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') {