From 495cb0cfa4333eaccad4c298db86d445c1035bef Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Wed, 16 Dec 2020 21:41:42 -0800
Subject: [PATCH] Added missing part types from joblines upsert modal. IO-467
---
.../job-lines-upsert-modal.component.jsx | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
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")}