IO-2170 Job Status change on Job Clock Out

This commit is contained in:
Allan Carr
2023-07-12 09:42:03 -07:00
parent 1dfb309223
commit 94353bb342
2 changed files with 47 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ export const GET_LINE_TICKET_BY_PK = gql`
id
lbr_adjustments
converted
status
}
joblines(where: { jobid: { _eq: $id }, removed: { _eq: false } }) {
id