diff --git a/babel-translations.babel b/babel-translations.babel index d812bf7..e2eb8e5 100644 --- a/babel-translations.babel +++ b/babel-translations.babel @@ -2150,6 +2150,27 @@ + + employee_csr + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + employee_prep false diff --git a/components/job-tombstone/job-tombstone.component.jsx b/components/job-tombstone/job-tombstone.component.jsx index 6b1fad2..50ae8ea 100644 --- a/components/job-tombstone/job-tombstone.component.jsx +++ b/components/job-tombstone/job-tombstone.component.jsx @@ -108,6 +108,14 @@ export default function JobTombstone({ job, loading, refetch }) { "" }`} /> + diff --git a/graphql/jobs.queries.js b/graphql/jobs.queries.js index d95eb7a..a028258 100644 --- a/graphql/jobs.queries.js +++ b/graphql/jobs.queries.js @@ -138,7 +138,11 @@ export const GET_JOB_BY_PK = gql` first_name last_name } - csr + employee_csr_rel { + id + first_name + last_name + } loss_desc kmin kmout @@ -571,7 +575,11 @@ export const QUERY_ALL_JOB_FIELDS = gql` clm_title clm_total clm_zip - csr + employee_csr_rel { + id + first_name + last_name + } cust_pr ded_amt ded_status diff --git a/translations/en-US/common.json b/translations/en-US/common.json index 5f82aa7..edcea94 100644 --- a/translations/en-US/common.json +++ b/translations/en-US/common.json @@ -148,6 +148,7 @@ "ded_status": "Deductible Status", "depreciation_taxes": "Depreciation/Taxes", "employee_body": "Body", + "employee_csr": "CSR", "employee_prep": "Prep", "employee_refinish": "Refinish", "est_addr1": "Appraiser Address", diff --git a/translations/es-MX/common.json b/translations/es-MX/common.json index ca4acd5..cf799e2 100644 --- a/translations/es-MX/common.json +++ b/translations/es-MX/common.json @@ -148,6 +148,7 @@ "ded_status": "Estado deducible", "depreciation_taxes": "Depreciación / Impuestos", "employee_body": "", + "employee_csr": "", "employee_prep": "", "employee_refinish": "", "est_addr1": "Dirección del tasador", diff --git a/translations/fr-CA/common.json b/translations/fr-CA/common.json index 080ed94..27701dd 100644 --- a/translations/fr-CA/common.json +++ b/translations/fr-CA/common.json @@ -148,6 +148,7 @@ "ded_status": "Statut de franchise", "depreciation_taxes": "Amortissement / taxes", "employee_body": "", + "employee_csr": "", "employee_prep": "", "employee_refinish": "", "est_addr1": "Adresse de l'évaluateur",