From fe369a407845bb3d4b18f168e772e5de3696b61c Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 25 Nov 2023 18:31:05 +0000 Subject: [PATCH] Bugfix: New locations are set as the primary Bugfix: Every time you add a new location, it is marked as the primary location in the modal by default as the location_primary variable is overwritten with each iteration of a location. This PR defaults to no location being the primary, to avoid unnecessarily overwriting the primary location. Future work: Re-add fixed logic used to determine if a primary location is missing --- client_location_add_modal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_location_add_modal.php b/client_location_add_modal.php index 391b1195..5eec0c19 100644 --- a/client_location_add_modal.php +++ b/client_location_add_modal.php @@ -38,7 +38,7 @@
- > +