Merge pull request #24153 from atm-jpb/fix_list_search_user

FIX :  search_project_user
This commit is contained in:
Laurent Destailleur 2023-03-10 19:06:56 +01:00 committed by GitHub
commit d08777875e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -839,7 +839,7 @@ if ($search_project_user > 0) {
$param .= '&search_project_user='.urlencode($search_project_user);
}
if ($search_project_contact != '') {
$param .= '&search_project_user='.urlencode($search_project_contact);
$param .= '&search_project_contact='.urlencode($search_project_contact);
}
if ($search_sale > 0) {
$param .= '&search_sale='.urlencode($search_sale);