IO-2837 Add to Scoreboard from Job Drawer
Query restricted necessary lines for proper labour calculations Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user