diff --git a/frontend/src/components/production/ocp/Lots.tsx b/frontend/src/components/production/ocp/Lots.tsx index 010e3b3..5cf839f 100644 --- a/frontend/src/components/production/ocp/Lots.tsx +++ b/frontend/src/components/production/ocp/Lots.tsx @@ -70,7 +70,7 @@ export default function Lots() { const { settings } = useSettingStore(); const server = settings.filter((n) => n.name === "server")[0]?.value || ""; - const roles = ["admin", "manager", "operator"]; + const roles = ["technician", "admin", "manager", "operator"]; const lotdata = data ? data : []; if (user && roles.includes(user.role)) {