Skip to content

Commit 4fc521d

Browse files
authored
Merge pull request #212 from mngoe/feature-32304
block expiry date modification #OICI-136
2 parents a05348c + 7cf5d04 commit 4fc521d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/assets/pages/Policy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ $(document).ready(function () {
1818
var HasCycle = null;
1919
var fStartDate = null;
2020
$("#txtEffectiveDate").prop('disabled', true);
21+
$("#txtExpiryDate").prop('disabled', true);
2122

2223
$("#Officer").hide();
2324
var OfficerId = Android.getOfficerId();

0 commit comments

Comments
 (0)