mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
Patch - Healthcare - Invoice - fix
This commit is contained in:
@@ -48,6 +48,8 @@ def execute():
|
|||||||
""".format(si_ref_doc, sales_invoice_referenced_doc[si_ref_doc]))
|
""".format(si_ref_doc, sales_invoice_referenced_doc[si_ref_doc]))
|
||||||
|
|
||||||
def healthcare_custom_field_in_sales_invoice():
|
def healthcare_custom_field_in_sales_invoice():
|
||||||
|
frappe.reload_doc('healthcare', 'doctype', 'patient')
|
||||||
|
frappe.reload_doc('healthcare', 'doctype', 'healthcare_practitioner')
|
||||||
if data['custom_fields']:
|
if data['custom_fields']:
|
||||||
create_custom_fields(data['custom_fields'])
|
create_custom_fields(data['custom_fields'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user