Merge pull request #16368 from ESS-LLP/pr_staging_fixes_2

feat: List Active Healthcare Practitioner
This commit is contained in:
Nabin Hait
2019-01-29 11:52:55 +05:30
committed by GitHub
9 changed files with 1991 additions and 1885 deletions

View File

@@ -180,7 +180,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 = {