Update list.php

This commit is contained in:
javieralapps4up 2021-09-14 02:22:30 +02:00 committed by GitHub
parent 0763846805
commit e1203d115a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,11 +277,11 @@ $param .= (GETPOST("orphelins") ? "&orphelins=1" : '');
$param .= ($search_ref ? "&search_ref=".urlencode($search_ref) : '');
$param .= ($search_company ? "&search_company=".urlencode($search_company) : '');
$param .= ($search_amount ? "&search_amount=".urlencode($search_amount) : '');
$param .= ($search_paymenttype ? "&search_paymenttype=".urlencode($search_paymenttype) : "");
$param .= ($search_account ? "&search_account=".urlencode($search_account) : "");
$param .= ($day ? "&day=".urlencode($day) : "");
$param .= ($month ? "&month=".urlencode($month) : "");
$param .= ($year ? "&year=".urlencode($year) : "");
$param .= ($search_paymenttype ? "&search_paymenttype=".urlencode($search_paymenttype) : '');
$param .= ($search_account ? "&search_account=".urlencode($search_account) : '');
$param .= ($day ? "&day=".urlencode($day) : '');
$param .= ($month ? "&month=".urlencode($month) : '');
$param .= ($year ? "&year=".urlencode($year) : '');
$param .= ($search_payment_num ? "&search_payment_num=".urlencode($search_payment_num) : '');
if ($optioncss != '') {
$param .= '&optioncss='.urlencode($optioncss);