IO-975 IO-978 IO-922 Multiple bug fixes.
This commit is contained in:
@@ -280,6 +280,7 @@ export const QUERY_JOB_COSTING_DETAILS = gql`
|
||||
actual_in
|
||||
status
|
||||
ca_bc_pvrt
|
||||
ca_customer_gst
|
||||
joblines(where: { removed: { _eq: false } }) {
|
||||
id
|
||||
unq_seq
|
||||
@@ -499,6 +500,7 @@ export const GET_JOB_BY_PK = gql`
|
||||
deliverchecklist
|
||||
voided
|
||||
ca_bc_pvrt
|
||||
ca_customer_gst
|
||||
joblines(where: { removed: { _eq: false } }, order_by: { line_no: asc }) {
|
||||
id
|
||||
line_no
|
||||
|
||||
Reference in New Issue
Block a user