chore: added patch to update existing records

This commit is contained in:
Khushi Rawat
2025-05-23 01:44:30 +05:30
committed by khushi8112
parent de6e787087
commit bc17d778a6

View File

@@ -0,0 +1,6 @@
from frappe.model.utils.rename_field import rename_field
def execute():
rename_field("Asset", "gross_purchase_amount", "net_purchase_amount")
rename_field("Asset Depreciation Schedule", "gross_purchase_amount", "net_purchase_amount")