[patch][fix] remove hub node module removing code
This commit is contained in:
parent
238ed98653
commit
5ba14fe685
@ -563,4 +563,4 @@ erpnext.patches.v10_0.set_discount_amount
|
||||
erpnext.patches.v10_0.recalculate_gross_margin_for_project
|
||||
erpnext.patches.v11_0.make_job_card
|
||||
erpnext.patches.v11_0.redesign_healthcare_billing_work_flow
|
||||
erpnext.patches.v10_0.delete_hub_documents
|
||||
erpnext.patches.v10_0.delete_hub_documents # 12-08-2018
|
||||
|
@ -13,5 +13,3 @@ def execute():
|
||||
for m in plan_doc.get("mappings"):
|
||||
frappe.delete_doc("Data Migration Mapping", m.mapping, force=True)
|
||||
frappe.delete_doc("Data Migration Plan", plan.name)
|
||||
|
||||
frappe.delete_doc("Module Def", "Hub Node", ignore_missing=True)
|
||||
|
Loading…
Reference in New Issue
Block a user