From 7cf5d044b417c56ed053d21aace73c481be35675 Mon Sep 17 00:00:00 2001 From: vaneck237 Date: Tue, 24 Jun 2025 16:53:58 +0100 Subject: [PATCH] block expiry date modification --- app/src/main/assets/pages/Policy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/assets/pages/Policy.js b/app/src/main/assets/pages/Policy.js index e05031b3..836ee9e5 100644 --- a/app/src/main/assets/pages/Policy.js +++ b/app/src/main/assets/pages/Policy.js @@ -18,6 +18,7 @@ $(document).ready(function () { var HasCycle = null; var fStartDate = null; $("#txtEffectiveDate").prop('disabled', true); + $("#txtExpiryDate").prop('disabled', true); $("#Officer").hide(); var OfficerId = Android.getOfficerId();