PVRT Handling IO-736
This commit is contained in:
@@ -264,6 +264,7 @@ export const QUERY_JOB_COSTING_DETAILS = gql`
|
||||
rate_matd
|
||||
actual_in
|
||||
status
|
||||
ca_bc_pvrt
|
||||
joblines(where: { removed: { _eq: false } }) {
|
||||
id
|
||||
unq_seq
|
||||
@@ -480,6 +481,7 @@ export const GET_JOB_BY_PK = gql`
|
||||
category
|
||||
deliverchecklist
|
||||
voided
|
||||
ca_bc_pvrt
|
||||
joblines(where: { jobid: { _eq: $id } }, order_by: { line_no: asc }) {
|
||||
id
|
||||
line_no
|
||||
|
||||
Reference in New Issue
Block a user