Added labor adjustments to allocations table. IO-570
This commit is contained in:
@@ -42,6 +42,10 @@ export const GET_JOB_LINES_BY_PK = gql`
|
||||
|
||||
export const GET_LINE_TICKET_BY_PK = gql`
|
||||
query GET_LINE_TICKET_BY_PK($id: uuid!) {
|
||||
jobs_by_pk(id: $id) {
|
||||
id
|
||||
lbr_adjustments
|
||||
}
|
||||
joblines(where: { jobid: { _eq: $id } }) {
|
||||
id
|
||||
line_desc
|
||||
|
||||
Reference in New Issue
Block a user