fix: removed unwanted patch

This commit is contained in:
Nabin Hait 2024-02-20 18:40:39 +05:30
parent 17f85de6fb
commit 85471533e9
2 changed files with 1 additions and 1 deletions

View File

@ -357,5 +357,4 @@ erpnext.patches.v15_0.create_advance_payment_status
erpnext.patches.v14_0.migrate_gl_to_payment_ledger
erpnext.stock.doctype.delivery_note.patches.drop_unused_return_against_index # 2023-12-20
erpnext.patches.v14_0.set_maintain_stock_for_bom_item
erpnext.patches.v15_0.set_difference_amount_in_asset_value_adjustment
erpnext.patches.v15_0.delete_orphaned_asset_movement_item_records

View File

@ -2,6 +2,7 @@ import frappe
def execute():
# nosemgrep
frappe.db.sql(
"""
DELETE FROM `tabAsset Movement Item`