fix: removed unwanted patch

(cherry picked from commit 85471533e9fa59b76d81613fad242e5365cbc9f7)
This commit is contained in:
Nabin Hait 2024-02-20 18:40:39 +05:30 committed by Mergify
parent 8eb2f67910
commit ee2d108bef
2 changed files with 1 additions and 1 deletions

View File

@ -355,5 +355,4 @@ erpnext.patches.v14_0.update_total_asset_cost_field
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`