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:
commit
f3b7b7b41c
@ -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') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user