From 63a86849fb7097a56cebf2a3e0c7888d07a89f63 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Mon, 10 May 2021 21:43:42 -0700 Subject: [PATCH] IO-1075 Io-1074 Admin disable updates --- .../bill-enter-modal/bill-enter-modal.container.jsx | 10 ---------- .../jobs-admin-mark-reexport.component.jsx | 2 +- client/src/pages/jobs-admin/jobs-admin.page.jsx | 5 ++++- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx b/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx index 7d1596a2d..682e19f94 100644 --- a/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx +++ b/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx @@ -147,16 +147,6 @@ function BillEnterModalContainer({ }) ); - // await updateJobLines({ - // variables: { - // ids: remainingValues.billlines - // .filter((il) => il.joblineid !== "noline") - // .map((li) => li.joblineid), - // status: bodyshop.md_order_statuses.default_received || "Received*", - // location: location, - // }, - // }); - ///////////////////////// if (upload && upload.length > 0) { //insert Each of the documents? diff --git a/client/src/components/jobs-admin-mark-reexport/jobs-admin-mark-reexport.component.jsx b/client/src/components/jobs-admin-mark-reexport/jobs-admin-mark-reexport.component.jsx index 4fb414441..cc69a1f2b 100644 --- a/client/src/components/jobs-admin-mark-reexport/jobs-admin-mark-reexport.component.jsx +++ b/client/src/components/jobs-admin-mark-reexport/jobs-admin-mark-reexport.component.jsx @@ -57,7 +57,7 @@ export function JobAdminMarkReexport({ bodyshop, job }) { return (