From 6d0e9ff4a116e60be2abb7ece27c3659f3d4c7f7 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Thu, 24 Jul 2025 13:29:52 -0400 Subject: [PATCH] CASH-1225 CASH-1225 seemed like meta was false when default timeslot selected. Could not determine why so removed meta and changed the check to enable the continue button to be based on having an appointment type and a routecode. Will need to retest CASH-1145. Should also cover CASH-1218 and CASH-1228 --- src/layouts/schedule/schedule.vue | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index aff734249..ae312af07 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1,5 +1,5 @@