IO-975 IO-978 IO-922 Multiple bug fixes.

This commit is contained in:
Patrick Fic
2021-05-03 11:53:23 -07:00
parent bf77bbd4ee
commit 1482786b2c
18 changed files with 1722 additions and 32 deletions

View File

@@ -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