diff --git a/cllc-public-app/ClientApp/src/app/app.component.html b/cllc-public-app/ClientApp/src/app/app.component.html index aaae96b37b..a42c6fc33c 100644 --- a/cllc-public-app/ClientApp/src/app/app.component.html +++ b/cllc-public-app/ClientApp/src/app/app.component.html @@ -38,6 +38,17 @@ +
+
+
+ There will be scheduled system maintenance starting on November 15, 2024 at 6 PM and ending on November 18, 2024 at 8 AM PT. The liquor and cannabis licensing portal will not be available during this time. +
+ We apologize for any inconvenience. +
+
+
+
+
diff --git a/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html b/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html index ab06339468..60cb02bd5f 100644 --- a/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html +++ b/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html @@ -1516,27 +1516,6 @@

Discretion Request

-
-
-
-

Supporting Documents

-
-

- Proof of valid interest (lease or land title) is required - attach a copy when submitting the form. -

- - - - -
-
-
-
diff --git a/cllc-public-app/Models.Extensions/Application.cs b/cllc-public-app/Models.Extensions/Application.cs index 55c04b8409..884cecaf96 100644 --- a/cllc-public-app/Models.Extensions/Application.cs +++ b/cllc-public-app/Models.Extensions/Application.cs @@ -696,7 +696,6 @@ public static void PopulateLicenceType(this MicrosoftDynamicsCRMadoxioApplicatio EstablishmentReopeningDate = dynamicsApplication.AdoxioEstablishmentreopeningdate, // Temporary Relocations - removed 2024-08-14 - // Note 2024-09-13: This is a temporary fix - TODO: Assign the appropriate value to temporaryRelocationCriteria and update workflow for AdoxioChecklistdrivingrecordcomplete temporaryRelocationCriteria = dynamicsApplication.AdoxioChecklistdrivingrecordcomplete, };