From 89ca034de4805c33528db8b98b927bb70f156647 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Mon, 10 May 2021 14:03:11 -0700
Subject: [PATCH] IO-1049 Unvoid RO.
---
bodyshop_translations.babel | 42 +++++++
.../jobs-admin-mark-reexport.component.jsx | 6 +-
.../jobs-admin-unvoid.component.jsx | 103 ++++++++++++++++++
.../src/pages/jobs-admin/jobs-admin.page.jsx | 2 +
client/src/translations/en_us/common.json | 2 +
client/src/translations/es/common.json | 2 +
client/src/translations/fr/common.json | 2 +
7 files changed, 158 insertions(+), 1 deletion(-)
create mode 100644 client/src/components/jobs-admin-unvoid/jobs-admin-unvoid.component.jsx
diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 3464f1110..d658f5e37 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -15966,6 +15966,27 @@
+
+ unvoid
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
viewchecklist
false
@@ -22709,6 +22730,27 @@
+
+ unvoidnote
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
vehicle_info
false
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 d4298dfde..f6002d144 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
@@ -55,7 +55,11 @@ export function JobAdminMarkReexport({ bodyshop, job }) {
};
return (
-