diff --git a/src/components/production/WorkerScreen/actions.ts b/src/components/production/WorkerScreen/actions.ts index 9d3cda47..084b6644 100644 --- a/src/components/production/WorkerScreen/actions.ts +++ b/src/components/production/WorkerScreen/actions.ts @@ -59,6 +59,7 @@ interface WorkOrderApiItem { source_order_item?: { id: number; order_node_id: number | null; + item_code?: string | null; floor_code?: string | null; symbol_code?: string | null; node?: { id: number; name: string; code: string } | null;