Merge branch 'version-12-hotfix' into fix-healthcare-setup-v12

This commit is contained in:
Rucha Mahabal
2020-07-13 16:39:05 +05:30
committed by GitHub
156 changed files with 2129 additions and 2842 deletions

View File

@@ -67,6 +67,7 @@ def validate_service_item(item, msg):
if frappe.db.get_value("Item", item, "is_stock_item") == 1:
frappe.throw(_(msg))
@frappe.whitelist()
def get_practitioner_list(doctype, txt, searchfield, start, page_len, filters=None):
fields = ["name", "first_name", "mobile_phone"]