From c7dbfa74231b9e0acf195772816acb3e3fcb7015 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 29 Oct 2024 10:18:50 -0400 Subject: [PATCH 1/3] CSR-2288 set bill-to on insurance company page CSR-2288 set bill-to on insurance company page once the user -has selected the company --- .../insurance-company/insurance-company.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/layouts/insurance-company/insurance-company.vue b/src/layouts/insurance-company/insurance-company.vue index bc5034c67..256e09f5c 100644 --- a/src/layouts/insurance-company/insurance-company.vue +++ b/src/layouts/insurance-company/insurance-company.vue @@ -130,6 +130,20 @@ export default { this.parentAccountNumber.toString(), false ); + + const billToAccountNumber = await baseMixin.methods.dispatchStoreActionWithLogging( + storeActions.GET_BILL_TO_ACCOUNT_NUMBER, + {}, + "insurance-company", + false + ); + + baseMixin.methods.dispatchStoreAction( + storeActions.SAVE_BILL_TO_ACCOUNT_NUMBER, + billToAccountNumber, + false + ); + navigateToHeritageFunnel({ shouldSaveSession: true, pageNameToLog: "insurance-company", From 5fc18c1e6896266090ebfe0be09da8756d8a6ad3 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 29 Oct 2024 15:33:24 -0400 Subject: [PATCH 2/3] CSR-2293 fix city name word wrap. --- .../shop-question/shop-list-button/shop-list-button.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue index 13ae42095..01c8078ff 100644 --- a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue +++ b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue @@ -8,15 +8,15 @@ :aria-label="buttonLabel" class="button-content list-button-content d-flex flex-column justify-content-center py-3 px-4">
- {{ + {{ buttonLabel }} - {{ + {{ buttonLabelSubCopy }}
Date: Tue, 29 Oct 2024 15:37:52 -0400 Subject: [PATCH 3/3] Remove unneeded class. --- .../shop-question/shop-list-button/shop-list-button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue index 01c8078ff..381ff4607 100644 --- a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue +++ b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue @@ -8,7 +8,7 @@ :aria-label="buttonLabel" class="button-content list-button-content d-flex flex-column justify-content-center py-3 px-4">
- {{ + {{ buttonLabel }} {{