Updated issue where old close date not used for calculation of age RPS-75
This commit is contained in:
@@ -119,6 +119,7 @@ export const QUERY_JOB_BY_CLM_NO = gql`
|
||||
query QUERY_JOB_BY_CLM_NO($clm_no: String!) {
|
||||
jobs(where: { clm_no: { _eq: $clm_no } }) {
|
||||
id
|
||||
close_date
|
||||
joblines {
|
||||
id
|
||||
act_price
|
||||
|
||||
Reference in New Issue
Block a user