Minor bug fixes related to production schedule list.

This commit is contained in:
Patrick Fic
2020-04-27 08:32:31 -07:00
parent 10905b3e6e
commit c9ce58ce3d
8 changed files with 56 additions and 35 deletions

View File

@@ -125,6 +125,7 @@ export const GET_JOB_BY_PK = gql`
est_number
ro_number
clm_total
inproduction
vehicleid
plate_no
v_vin
@@ -247,6 +248,7 @@ export const GET_JOB_BY_PK = gql`
date_exported
status
owner_owing
joblines {
id
unq_seq
@@ -350,7 +352,7 @@ export const QUERY_JOB_CARD_DETAILS = gql`
}
documents(limit: 3, order_by: { created_at: desc }) {
id
thumb_url
key
}
}
}