From 2fbb0a16c02239b9660985d5de2547f893fd8e7c Mon Sep 17 00:00:00 2001 From: viralkansodiya Date: Thu, 2 Jan 2025 05:48:42 +0000 Subject: [PATCH] fix : added a property no_copy in status field --- .../doctype/patient_encounter/patient_encounter.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/healthcare/healthcare/doctype/patient_encounter/patient_encounter.json b/healthcare/healthcare/doctype/patient_encounter/patient_encounter.json index 7b4611ef5f..ecedc41be5 100644 --- a/healthcare/healthcare/doctype/patient_encounter/patient_encounter.json +++ b/healthcare/healthcare/doctype/patient_encounter/patient_encounter.json @@ -362,7 +362,8 @@ "fieldtype": "Select", "label": "Status", "options": "\nOpen\nOrdered\nCompleted\nCancelled", - "read_only": 1 + "read_only": 1, + "no_copy" : 1 }, { "default": "0",