Merged in feature/IO-2837-Job-Card-Add-to-Scoreboard (pull request #1517)

IO-2837 Add to Scoreboard from Job Drawer

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2024-07-11 17:06:37 +00:00
committed by Dave Richer

View File

@@ -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