diff --git a/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx b/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx index abd0d70c0..07c928283 100644 --- a/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx +++ b/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx @@ -1,4 +1,4 @@ -import { Form, Input, Modal, Select, InputNumber } from "antd"; +import { Form, Input, InputNumber, Modal, Select } from "antd"; import React, { useEffect } from "react"; import { useTranslation } from "react-i18next"; import InputCurrency from "../form-items-formatted/currency-form-item.component"; @@ -63,6 +63,9 @@ export default function JobLinesUpsertModalComponent({ {t("joblines.fields.part_types.PAA")} + + {t("joblines.fields.part_types.PAC")} + {t("joblines.fields.part_types.PAE")} @@ -72,14 +75,17 @@ export default function JobLinesUpsertModalComponent({ {t("joblines.fields.part_types.PAM")} - - {t("joblines.fields.part_types.PAS")} + + {t("joblines.fields.part_types.PAN")} + + + {t("joblines.fields.part_types.PAO")} {t("joblines.fields.part_types.PAR")} - - {t("joblines.fields.part_types.PAC")} + + {t("joblines.fields.part_types.PAS")}