Fix: Searching on employee field disables employee mode
This commit is contained in:
parent
f3647c45e6
commit
603c70ffc7
@ -126,6 +126,7 @@ $optioncss = GETPOST('optioncss','alpha');
|
|||||||
|
|
||||||
// Default search
|
// Default search
|
||||||
if ($search_statut == '') $search_statut='1';
|
if ($search_statut == '') $search_statut='1';
|
||||||
|
if(!empty($search_employee))$mode ='';
|
||||||
if ($mode == 'employee') $search_employee=1;
|
if ($mode == 'employee') $search_employee=1;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user