added new tablet mode for creating shipping notes

This commit is contained in:
2025-08-05 13:32:50 +02:00
parent 1c4c7368a2
commit dff3a4f5b8
11 changed files with 260 additions and 21 deletions

View File

@@ -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;