chore: Rename imports from erpnext to healthcare

This commit is contained in:
ChillarAnand
2021-09-02 19:47:39 +05:30
parent 5d4133ecac
commit e913e277d9
7 changed files with 19 additions and 19 deletions

View File

@@ -697,7 +697,7 @@ def get_healthcare_service_units(doctype, txt, searchfield, start, page_len, fil
company = frappe.db.escape(filters.get('company')), txt = frappe.db.escape('%{0}%'.format(txt)))
if filters and filters.get('inpatient_record'):
from erpnext.healthcare.doctype.inpatient_medication_entry.inpatient_medication_entry import (
from healthcare.healthcare.doctype.inpatient_medication_entry.inpatient_medication_entry import (
get_current_healthcare_service_unit,
)
service_unit = get_current_healthcare_service_unit(filters.get('inpatient_record'))