From 0aae66ef2aaa98632f2f1f212f76eacebee9be68 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Thu, 20 May 2021 12:55:00 +0530 Subject: [PATCH] Removed auto-omit --- www/forms/drugs.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/forms/drugs.schema.json b/www/forms/drugs.schema.json index 734a80f..7f34d3e 100644 --- a/www/forms/drugs.schema.json +++ b/www/forms/drugs.schema.json @@ -32,8 +32,8 @@ "format": "time" }, "duration": { - "description": "Duration", - "type": "integer" + "description": "Duration in days / Continue", + "type": "text" } }, "required": ["drug", "dose", "route", "frequency", "date", "time", "duration"] -- 2.39.2