feat: Filter active Healthcare Practitioner

This commit is contained in:
Jamsheer
2018-11-23 11:37:58 +05:30
parent fb7b5292b3
commit c0097ad729
3 changed files with 995 additions and 939 deletions

View File

@@ -182,7 +182,8 @@ dump_report_map = "erpnext.startup.report_data_map.data_map"
before_tests = "erpnext.setup.utils.before_tests"
standard_queries = {
"Customer": "erpnext.selling.doctype.customer.customer.get_customer_list"
"Customer": "erpnext.selling.doctype.customer.customer.get_customer_list",
"Healthcare Practitioner": "erpnext.healthcare.doctype.healthcare_practitioner.healthcare_practitioner.get_practitioner_list"
}
doc_events = {