From 79ec8ef217b154237229c7065cf1af6e0d589a79 Mon Sep 17 00:00:00 2001 From: deepthi-mantena <96411257+deepthi-mantena@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:40:29 +0530 Subject: [PATCH] Deepthi M |BAH-3579 | Updated to fix issue with selecting future dates in discharge summary form (#126) --- openmrs/apps/clinical/app.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openmrs/apps/clinical/app.json b/openmrs/apps/clinical/app.json index ed7c28380..9f2ecfe1b 100644 --- a/openmrs/apps/clinical/app.json +++ b/openmrs/apps/clinical/app.json @@ -139,6 +139,12 @@ "Pain management given": true, "Safe Abortion, Remarks": "Remarks", "Malaria, Death Date": "2015-12-01" + }, + "Follow up Date" : { + "allowFutureDates": true + }, + "Date of Operation" : { + "allowFutureDates": true } }, "visitPage": {