From 6b4614428e077d0e53209f244860b8f03bd0b8d6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 16 Jun 2021 18:43:44 +0000 Subject: [PATCH] --- ayanova/src/views/home-notify-subscription.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/views/home-notify-subscription.vue b/ayanova/src/views/home-notify-subscription.vue index 9153aa11..13236759 100644 --- a/ayanova/src/views/home-notify-subscription.vue +++ b/ayanova/src/views/home-notify-subscription.vue @@ -774,7 +774,7 @@ async function populateSelectionLists(vm) { case 7: return window.$gz.store.state.customerRights.notifyCSRRejected; case 21: - return window.$gz.store.state.customerRights.notifyCSRAccepted; + return window.$gz.store.state.customerRights.notifyServiceImminent; // case 30://was workorder completed, removed due to thinking it's covered elsewhere but not really for customer who shouldn't see any other status available //this is still up in the air and may need to be re-enabled here and at server // //return window.$gz.store.state.customerRights.notifyCSRAccepted;