From 3d82198c90a7e926dfe3a7af024c9c47bbad6af2 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Mon, 20 Sep 2021 14:09:09 -0700
Subject: [PATCH] IO-1227 Sold Courtesy Car Status.
---
bodyshop_translations.babel | 21 +++++++++++++++++++
.../courtesy-car-status-select.component.jsx | 3 +++
client/src/translations/en_us/common.json | 3 ++-
client/src/translations/es/common.json | 3 ++-
client/src/translations/fr/common.json | 3 ++-
5 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 02df0f870..01b13242a 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -11095,6 +11095,27 @@
+
+ sold
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
diff --git a/client/src/components/courtesy-car-status-select/courtesy-car-status-select.component.jsx b/client/src/components/courtesy-car-status-select/courtesy-car-status-select.component.jsx
index c9953a3e7..9516013d3 100644
--- a/client/src/components/courtesy-car-status-select/courtesy-car-status-select.component.jsx
+++ b/client/src/components/courtesy-car-status-select/courtesy-car-status-select.component.jsx
@@ -31,6 +31,9 @@ const CourtesyCarStatusComponent = ({ value, onChange }, ref) => {
+
);
};
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 967ad3daf..783da7ca0 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -685,7 +685,8 @@
"status": {
"in": "Available",
"inservice": "In Service",
- "out": "Rented"
+ "out": "Rented",
+ "sold": "Sold"
},
"successes": {
"saved": "Courtesy Car saved successfully."
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index a1e6bfe7e..797a8a7a5 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -685,7 +685,8 @@
"status": {
"in": "",
"inservice": "",
- "out": ""
+ "out": "",
+ "sold": ""
},
"successes": {
"saved": ""
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index e961a9582..467d529d1 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -685,7 +685,8 @@
"status": {
"in": "",
"inservice": "",
- "out": ""
+ "out": "",
+ "sold": ""
},
"successes": {
"saved": ""