Skip to content

Commit

Permalink
fix: remove reload statements for deleted doctypes
Browse files Browse the repository at this point in the history
  • Loading branch information
akurungadam committed Nov 10, 2023
1 parent 76b528a commit 6469002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions healthcare/patches/v15_0/setup_service_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

def execute():
frappe.reload_doc("healthcare", "doctype", "Patient Care Type")
frappe.reload_doc("healthcare", "doctype", "Service Request Intent")
frappe.reload_doc("healthcare", "doctype", "Service Request Priority")

setup_service_request_masters()

Expand Down

0 comments on commit 6469002

Please sign in to comment.