Update create.php
This commit is contained in:
parent
19273c8da1
commit
e38ef6bc8c
@ -386,6 +386,9 @@ if ($resql) {
|
|||||||
if (!empty($limit)) {
|
if (!empty($limit)) {
|
||||||
print '<input type="hidden" name="limit" value="'.$limit.'"/>';
|
print '<input type="hidden" name="limit" value="'.$limit.'"/>';
|
||||||
}
|
}
|
||||||
|
if ($type != '') {
|
||||||
|
print '<input type="hidden" name="type" value="'.$type.'">';
|
||||||
|
}
|
||||||
|
|
||||||
$title = $langs->trans("InvoiceWaitingWithdraw");
|
$title = $langs->trans("InvoiceWaitingWithdraw");
|
||||||
if ($type == 'bank-transfer') {
|
if ($type == 'bank-transfer') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user