[patch][fix] remove hub node module removing code

This commit is contained in:
Prateeksha Singh 2018-09-12 16:59:17 +05:30
parent 238ed98653
commit 5ba14fe685
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -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)