Added error handling for receivables screen BOD-138
This commit is contained in:
@@ -366,8 +366,8 @@ export const UPDATE_JOB = gql`
|
||||
update_jobs(where: { id: { _eq: $jobId } }, _set: $job) {
|
||||
returning {
|
||||
id
|
||||
est_ph1
|
||||
est_ea
|
||||
date_exported
|
||||
status
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -824,7 +824,7 @@ export const QUERY_JOB_CLOSE_DETAILS = gql`
|
||||
rate_mapa
|
||||
rate_mash
|
||||
rate_matd
|
||||
status
|
||||
status
|
||||
owner_owing
|
||||
joblines {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user