Added voiding of ROs IO-639
This commit is contained in:
@@ -473,6 +473,7 @@ export const GET_JOB_BY_PK = gql`
|
||||
class
|
||||
category
|
||||
deliverchecklist
|
||||
voided
|
||||
joblines(where: { jobid: { _eq: $id } }, order_by: { line_no: asc }) {
|
||||
id
|
||||
line_no
|
||||
@@ -615,6 +616,7 @@ export const QUERY_JOB_CARD_DETAILS = gql`
|
||||
updated_at
|
||||
clm_total
|
||||
ded_amt
|
||||
voided
|
||||
cccontracts {
|
||||
id
|
||||
agreementnumber
|
||||
@@ -657,7 +659,7 @@ export const QUERY_TECH_JOB_DETAILS = gql`
|
||||
date_invoiced
|
||||
date_open
|
||||
date_exported
|
||||
|
||||
voided
|
||||
date_scheduled
|
||||
date_estimated
|
||||
employee_body
|
||||
|
||||
Reference in New Issue
Block a user