Browse Source

fix: patch failure due to new doctype

develop
Ankush Menat 3 years ago
committed by Ankush Menat
parent
commit
8b33358660
  1. 1
      erpnext/patches/v12_0/move_target_distribution_from_parent_to_child.py

1
erpnext/patches/v12_0/move_target_distribution_from_parent_to_child.py

@ -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("""

Loading…
Cancel
Save