Fix PaymentBankTransfer Line page management with Select and Input
This commit is contained in:
parent
53eb370c4e
commit
19273c8da1
@ -191,6 +191,9 @@ if ($result) {
|
|||||||
print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
|
print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
|
||||||
print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
|
print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
|
||||||
print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
|
print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
|
||||||
|
if ($type != '') {
|
||||||
|
print '<input type="hidden" name="type" value="'.$type.'">';
|
||||||
|
}
|
||||||
|
|
||||||
$title = $langs->trans("WithdrawalsLines");
|
$title = $langs->trans("WithdrawalsLines");
|
||||||
if ($type == 'bank-transfer') {
|
if ($type == 'bank-transfer') {
|
||||||
|
|||||||
@ -158,7 +158,9 @@ if ($result) {
|
|||||||
print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
|
print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
|
||||||
print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
|
print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
|
||||||
print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
|
print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
|
||||||
|
if ($type != '') {
|
||||||
|
print '<input type="hidden" name="type" value="'.$type.'">';
|
||||||
|
}
|
||||||
$titlekey = "WithdrawalsReceipts";
|
$titlekey = "WithdrawalsReceipts";
|
||||||
$title = $langs->trans("WithdrawalsReceipts");
|
$title = $langs->trans("WithdrawalsReceipts");
|
||||||
if ($type == 'bank-transfer') {
|
if ($type == 'bank-transfer') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user