Minor bug fixes related to production schedule list.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user