added new tablet mode for creating shipping notes
This commit is contained in:
@@ -125,6 +125,8 @@ class UserModel
|
||||
$where .= " AND WorkerPermission.employee = 'true'";
|
||||
}
|
||||
}
|
||||
if (isset($filter['active']))
|
||||
$where .= " AND Worker.active = " . (int)$filter['active'];
|
||||
|
||||
//var_dump($filter, $where);exit;
|
||||
return $where;
|
||||
|
||||
Reference in New Issue
Block a user