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 }, {