From 35d4188469cce6ddbda2d1c47ed437b7d98aab98 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 30 Jun 2022 08:34:58 -0700 Subject: [PATCH 1/3] IO-1947 Resolve unknown filter status for qfp. --- client/src/pages/parts-queue/parts-queue.page.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/parts-queue/parts-queue.page.component.jsx b/client/src/pages/parts-queue/parts-queue.page.component.jsx index 7f0bbf23c..c9725a905 100644 --- a/client/src/pages/parts-queue/parts-queue.page.component.jsx +++ b/client/src/pages/parts-queue/parts-queue.page.component.jsx @@ -249,7 +249,7 @@ export function PartsQueuePageComponent({ bodyshop }) { key: "queued_for_parts", sorter: (a, b) => a.queued_for_parts - b.queued_for_parts, sortOrder: sortcolumn === "queued_for_parts" && sortorder, - filteredValue: filter.queued_for_parts || null, + filteredValue: filter?.queued_for_parts || null, filters: [ { text: "Queued", From 1f1274a54a2ddbb7a1b4fbfb66db22441bb598aa Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 30 Jun 2022 08:39:33 -0700 Subject: [PATCH 2/3] IO0-1951 Move checkbox location for parts order quote. --- .../parts-order-modal.component.jsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/client/src/components/parts-order-modal/parts-order-modal.component.jsx b/client/src/components/parts-order-modal/parts-order-modal.component.jsx index c2e2f7ce8..decae2399 100644 --- a/client/src/components/parts-order-modal/parts-order-modal.component.jsx +++ b/client/src/components/parts-order-modal/parts-order-modal.component.jsx @@ -124,6 +124,15 @@ export function PartsOrderModalComponent({ )} + {OEConnection.treatment === "on" && !isReturn && ( + + + + )} {t("parts_orders.labels.inthisorder")} @@ -290,15 +299,6 @@ export function PartsOrderModalComponent({ > - {OEConnection.treatment === "on" && !isReturn && ( - - - - )} {() => { From b9b6759c544bdf68544cf9bff5c5b0035faf4d8e Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 30 Jun 2022 09:04:17 -0700 Subject: [PATCH 3/3] IO-1967 Update audit trail for labor adjustments. --- bodyshop_translations.babel | 2 +- .../bill-enter-modal.container.jsx | 12 ++++++--- .../job-line-convert-to-labor.component.jsx | 12 +++++++-- ...-allocations-adjustment-edit.component.jsx | 26 ++++++++++++++++++- .../parts-order-modal.container.jsx | 11 ++++---- client/src/translations/en_us/common.json | 2 +- client/src/utils/AuditTrailMappings.js | 3 ++- 7 files changed, 52 insertions(+), 16 deletions(-) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 0a0bddd67..df2b5f8be 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +