diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 1fac37348..b2195fade 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -13420,6 +13420,27 @@ + + PAG + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + PAL false diff --git a/client/src/components/job-reconciliation-bills-table/job-reconciliation-bills-table.component.jsx b/client/src/components/job-reconciliation-bills-table/job-reconciliation-bills-table.component.jsx index bf25b4204..026364c11 100644 --- a/client/src/components/job-reconciliation-bills-table/job-reconciliation-bills-table.component.jsx +++ b/client/src/components/job-reconciliation-bills-table/job-reconciliation-bills-table.component.jsx @@ -35,7 +35,7 @@ export default function JobReconciliationBillsTable({ }`, }, { - title: t("billlines.fields.actua_price"), + title: t("billlines.fields.actual_price"), dataIndex: "actual_price", key: "actual_price", sorter: (a, b) => a.actual_price - b.actual_price, diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index fd4c94970..b2898eb9d 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -861,6 +861,7 @@ "PAA": "Aftermarket", "PAC": "Rechromed", "PAE": "Existing", + "PAG": "Glass", "PAL": "LKQ", "PAM": "Remanufactured", "PAN": "New/OEM", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 8b119b68e..872d22bc8 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -861,6 +861,7 @@ "PAA": "", "PAC": "", "PAE": "", + "PAG": "", "PAL": "", "PAM": "", "PAN": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 61f862c86..6561ab687 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -861,6 +861,7 @@ "PAA": "", "PAC": "", "PAE": "", + "PAG": "", "PAL": "", "PAM": "", "PAN": "",