commit | 6f4ad3b73d74c11426743024a04b786ab3666644 | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Sat Jan 23 12:52:41 2021 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Sat Jan 23 12:52:41 2021 +0530 |
tree | 51b6d967a1f7d17b1ae74814c215a7f0f7c990f4 | |
parent | cb1da4d07cb7128e38dfa8047b0a5294a7e77ab0 [diff] |
fix: sider
diff --git a/erpnext/healthcare/doctype/patient_history_settings/patient_history_settings.js b/erpnext/healthcare/doctype/patient_history_settings/patient_history_settings.js index cf01fcc..453da6a 100644 --- a/erpnext/healthcare/doctype/patient_history_settings/patient_history_settings.js +++ b/erpnext/healthcare/doctype/patient_history_settings/patient_history_settings.js
@@ -82,7 +82,7 @@ d.refresh(); frappe.model.set_value(doctype, doc.name, 'selected_fields', JSON.stringify(selected_fields)); - }) + }); d.hide(); });