Merge pull request #19575 from atm-gregr/FIX_V13_No_Display_Contact_On_List_If_No_Mail_Adress
Fix v13 no display contact on list if no mail adress
This commit is contained in:
commit
df11210243
@ -95,7 +95,8 @@ $search_roles = GETPOST("search_roles", 'array');
|
||||
$search_level = GETPOST("search_level", "array");
|
||||
$search_stcomm = GETPOST('search_stcomm', 'int');
|
||||
|
||||
if ($search_status == '') $search_status = 1; // always display active customer first
|
||||
if ($search_status === '') $search_status = 1; // always display active customer first
|
||||
if ($search_no_email === '') $search_no_email = -1;
|
||||
|
||||
$optioncss = GETPOST('optioncss', 'alpha');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user