From 3a30e21cbff8dc8d0899088aa6076508a77c0ae5 Mon Sep 17 00:00:00 2001 From: Pilar Candia Date: Tue, 10 Dec 2024 14:47:55 -0500 Subject: [PATCH] [5.4] MSPB-377: Fix issue where saving the e911 throws an error (#559) --- submodules/myOffice/myOffice.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/submodules/myOffice/myOffice.js b/submodules/myOffice/myOffice.js index 11043b05..01d1db1a 100644 --- a/submodules/myOffice/myOffice.js +++ b/submodules/myOffice/myOffice.js @@ -1021,6 +1021,8 @@ define(function(require) { } if (setE911) { + var splitAddress = e911Data.street_address.split(/\s/g); + _.assign(numberData, { e911: _.assign({}, e911Data, { notification_contact_emails: _