Merge pull request #22932 from josett225/14.0

FIX PaymentBankTransfer Type page management with Select and Input on create.php
This commit is contained in:
Laurent Destailleur 2022-11-22 21:32:23 +01:00 committed by GitHub
commit f3b7b7b41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,6 +386,9 @@ if ($resql) {
if (!empty($limit)) {
print '<input type="hidden" name="limit" value="'.$limit.'"/>';
}
if ($type != '') {
print '<input type="hidden" name="type" value="'.$type.'">';
}
$title = $langs->trans("InvoiceWaitingWithdraw");
if ($type == 'bank-transfer') {