Merge branch 'release/2023-07-28' into feature/payroll

This commit is contained in:
Patrick Fic
2023-07-27 11:24:31 -07:00
31 changed files with 200 additions and 29 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