mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 13:12:22 +01:00
fix: force delete removed report (#37668)
(cherry picked from commit 7be578485e)
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -316,7 +316,7 @@ erpnext.patches.v14_0.update_closing_balances #14-07-2023
|
|||||||
execute:frappe.db.set_single_value("Accounts Settings", "merge_similar_account_heads", 0)
|
execute:frappe.db.set_single_value("Accounts Settings", "merge_similar_account_heads", 0)
|
||||||
erpnext.patches.v14_0.update_reference_type_in_journal_entry_accounts
|
erpnext.patches.v14_0.update_reference_type_in_journal_entry_accounts
|
||||||
erpnext.patches.v14_0.update_subscription_details
|
erpnext.patches.v14_0.update_subscription_details
|
||||||
execute:frappe.delete_doc_if_exists("Report", "Tax Detail")
|
execute:frappe.delete_doc("Report", "Tax Detail", force=True)
|
||||||
erpnext.patches.v15_0.enable_all_leads
|
erpnext.patches.v15_0.enable_all_leads
|
||||||
erpnext.patches.v14_0.update_company_in_ldc
|
erpnext.patches.v14_0.update_company_in_ldc
|
||||||
erpnext.patches.v14_0.set_packed_qty_in_draft_delivery_notes
|
erpnext.patches.v14_0.set_packed_qty_in_draft_delivery_notes
|
||||||
|
|||||||
Reference in New Issue
Block a user