Update create.php

This commit is contained in:
josett225 2022-11-22 21:03:28 +01:00
parent 19273c8da1
commit e38ef6bc8c

View File

@ -386,7 +386,10 @@ 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') {
$title = $langs->trans("InvoiceWaitingPaymentByBankTransfer");