feat: Standard doctype config for Patient History
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 4ee42c7..aa5291a 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -223,6 +223,7 @@
doc_events = {
"*": {
"on_submit": "erpnext.healthcare.doctype.patient_history_settings.patient_history_settings.create_medical_record",
+ "on_cancel": "erpnext.healthcare.doctype.patient_history_settings.patient_history_settings.update_medical_record",
"on_cancel": "erpnext.healthcare.doctype.patient_history_settings.patient_history_settings.delete_medical_record"
},
"Stock Entry": {