From 506edcb3c6f1b018cc6e4d3daf9af4303825ac05 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Wed, 10 Jul 2024 16:45:35 -0700 Subject: [PATCH] IO-2837 Add to Scoreboard from Job Drawer Query restricted necessary lines for proper labour calculations Signed-off-by: Allan Carr --- client/src/graphql/jobs.queries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/graphql/jobs.queries.js b/client/src/graphql/jobs.queries.js index c6eff8adf..377552b72 100644 --- a/client/src/graphql/jobs.queries.js +++ b/client/src/graphql/jobs.queries.js @@ -905,7 +905,7 @@ export const QUERY_JOB_CARD_DETAILS = gql` } joblines( - where: { removed: { _eq: false }, part_type: { _is_null: false, _nin: ["PAE", "PAS", "PASL"] } } + where: { removed: { _eq: false } } order_by: { line_no: asc } ) { id