mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
Patch - redesign healthcare billing work flow - fix
This commit is contained in:
@@ -13,6 +13,7 @@ sales_invoice_referenced_doc = {
|
||||
|
||||
def execute():
|
||||
healthcare_custom_field_in_sales_invoice()
|
||||
frappe.reload_doc('accounts', 'doctype', 'sales_invoice_item')
|
||||
for si_ref_doc in sales_invoice_referenced_doc:
|
||||
if frappe.db.exists('DocType', si_ref_doc):
|
||||
frappe.reload_doc(get_doctype_module(si_ref_doc), 'doctype', scrub(si_ref_doc))
|
||||
|
||||
Reference in New Issue
Block a user