fix: enabling lead even after "Opportunity" created against it (#34627)

* fix: enabling lead even after "Opportunity" created against it

* chore: Linting Issues

---------

Co-authored-by: Komal Saraf <komal@frappe.io>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
(cherry picked from commit ad11934d39)

# Conflicts:
#	erpnext/patches.txt
#	erpnext/patches/v14_0/enable_all_leads.py
This commit is contained in:
Komal-Saraf0609
2023-03-30 08:03:55 +05:30
committed by Mergify
parent 6819f0106d
commit 5e98679f91
3 changed files with 13 additions and 5 deletions

View File

@@ -328,3 +328,8 @@ erpnext.patches.v14_0.set_pick_list_status
erpnext.patches.v13_0.update_docs_link
# below migration patches should always run last
erpnext.patches.v14_0.migrate_gl_to_payment_ledger
<<<<<<< HEAD
=======
execute:frappe.delete_doc_if_exists("Report", "Tax Detail")
erpnext.patches.v15_0.enable_all_leads
>>>>>>> ad11934d39 (fix: enabling lead even after "Opportunity" created against it (#34627))