fix: removed unwanted patch
This commit is contained in:
parent
17f85de6fb
commit
85471533e9
@ -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
|
@ -2,6 +2,7 @@ import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
# nosemgrep
|
||||
frappe.db.sql(
|
||||
"""
|
||||
DELETE FROM `tabAsset Movement Item`
|
||||
|
Loading…
x
Reference in New Issue
Block a user