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
|
||||
if ($search_statut == '') $search_statut='1';
|
||||
if(!empty($search_employee))$mode ='';
|
||||
if ($mode == 'employee') $search_employee=1;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user