From 07d79075ff87100673a4a2612655b9fa92030090 Mon Sep 17 00:00:00 2001 From: ViralKansodiya-Fosserp <141210323+viralkansodiya@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:55:00 +0530 Subject: [PATCH] fix: Property changes of the fields (#566) * fix: The department field should have the property 'Mandatory' enabled. * fix: status field should have property No Copy enabled * chore: rollback recent update in healthcare_practitioner.json * chore: removed extra comma * chore: removed extra space --- .../healthcare_practitioner/healthcare_practitioner.json | 2 +- .../doctype/patient_appointment/patient_appointment.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/healthcare/healthcare/doctype/healthcare_practitioner/healthcare_practitioner.json b/healthcare/healthcare/doctype/healthcare_practitioner/healthcare_practitioner.json index 1a19129236..b5f10d9013 100644 --- a/healthcare/healthcare/doctype/healthcare_practitioner/healthcare_practitioner.json +++ b/healthcare/healthcare/doctype/healthcare_practitioner/healthcare_practitioner.json @@ -411,4 +411,4 @@ "states": [], "title_field": "practitioner_name", "track_changes": 1 -} \ No newline at end of file +} diff --git a/healthcare/healthcare/doctype/patient_appointment/patient_appointment.json b/healthcare/healthcare/doctype/patient_appointment/patient_appointment.json index 573aaea0c6..223ec73ca4 100644 --- a/healthcare/healthcare/doctype/patient_appointment/patient_appointment.json +++ b/healthcare/healthcare/doctype/patient_appointment/patient_appointment.json @@ -108,6 +108,7 @@ "label": "Status", "options": "\nScheduled\nOpen\nConfirmed\nChecked In\nChecked Out\nClosed\nCancelled\nNo Show", "read_only": 1, + "no_copy": 1, "search_index": 1 }, {