From 42c779f3689a68049c7b07cef9a5fb137aa7b1c3 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Thu, 7 Oct 2021 09:19:37 -0700
Subject: [PATCH 1/2] IO-1415 Default tax part to true.
---
.../job-lines-upsert-modal/job-lines-upsert-modal.component.jsx | 1 +
1 file changed, 1 insertion(+)
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 50aad1b52..8bef7be0f 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
@@ -226,6 +226,7 @@ export default function JobLinesUpsertModalComponent({
label={t("joblines.fields.tax_part")}
name="tax_part"
valuePropName="checked"
+ initialValue={true}
>
From 51f3b5927b4d5572b25f880491b2e72b52baa05d Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Thu, 7 Oct 2021 09:47:10 -0700
Subject: [PATCH 2/2] IO-1428 IO-1338 Add ownr_ph2.
---
bodyshop_translations.babel | 44 ++++++++++++++++++-
.../global-search/global-search.component.jsx | 3 ++
.../schedule-event.component.jsx | 6 +++
.../jobs-create-owner-info.new.component.jsx | 13 ++++++
...obs-create-owner-info.search.component.jsx | 12 +++++
.../jobs-detail-header.component.jsx | 3 ++
.../jobs-find-modal.component.jsx | 14 ++++++
.../jobs-list-paginated.component.jsx | 10 +++++
.../jobs-list/jobs-list.component.jsx | 10 +++++
.../owner-detail-form.component.jsx | 10 +++++
.../owner-find-modal.component.jsx | 8 ++++
.../owner-tag-popover.component.jsx | 9 ++++
.../owners-list/owners-list.component.jsx | 8 ++++
.../production-list-columns.data.js | 9 ++++
.../production-list-detail.component.jsx | 4 ++
client/src/graphql/appointments.queries.js | 2 +
client/src/graphql/jobs.queries.js | 9 ++++
client/src/graphql/search.queries.js | 1 +
client/src/translations/en_us/common.json | 2 +
client/src/translations/es/common.json | 2 +
client/src/translations/fr/common.json | 2 +
server/graphql-client/queries.js | 2 +
22 files changed, 182 insertions(+), 1 deletion(-)
diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 9bef52030..3686dcf30 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -1,4 +1,4 @@
-
+