fix: patch failure due to new doctype

This commit is contained in:
Ankush Menat 2021-11-25 17:24:59 +05:30 committed by Ankush Menat
parent 0a2964dc82
commit 8b33358660

View File

@ -7,6 +7,7 @@ import frappe
def execute():
frappe.reload_doc("setup", "doctype", "target_detail")
frappe.reload_doc("core", "doctype", "prepared_report")
for d in ['Sales Person', 'Sales Partner', 'Territory']:
frappe.db.sql("""