MED-244: Fix loading doctor in progress jobs list

This commit is contained in:
2025-11-13 13:10:00 +02:00
parent 1b17dd845a
commit 44ca92ac91

View File

@@ -247,7 +247,7 @@ export async function getUserInProgressResponses({
`,
{ count: 'exact' },
)
.neq('status', 'ON_HOLD')
.neq('order_status', 'ON_HOLD')
.in('analysis_order_id', analysisOrderIds)
.range(offset, offset + pageSize - 1)
.order('created_at', { ascending: false });