feat: Standard doctype config for Patient History

This commit is contained in:
Rucha Mahabal
2020-11-30 12:48:39 +05:30
parent f3df5c9f3c
commit 4097e89f8b
3 changed files with 33 additions and 7 deletions

View File

@@ -223,6 +223,7 @@ standard_queries = {
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": {