From 77f340d08c6cda12ed3633f43583eed93c840737 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Wed, 27 Nov 2024 08:40:55 -0800 Subject: [PATCH] IO-3037 Supplement Existing Lines Signed-off-by: Allan Carr --- client/src/graphql/jobs-lines.queries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/graphql/jobs-lines.queries.js b/client/src/graphql/jobs-lines.queries.js index b755ee705..653cbb9f1 100644 --- a/client/src/graphql/jobs-lines.queries.js +++ b/client/src/graphql/jobs-lines.queries.js @@ -2,7 +2,7 @@ import { gql } from "@apollo/client"; export const GET_ALL_JOBLINES_BY_PK = gql` query GET_ALL_JOBLINES_BY_PK($id: uuid!) { - joblines(where: { jobid: { _eq: $id } }, order_by: { line_no: asc }) { + joblines(where: { jobid: { _eq: $id }, removed: { _eq: false } }, order_by: { line_no: asc }) { id line_no unq_seq