From 57adcc0b031eb9ceeff6eda050c7a7c90add1e93 Mon Sep 17 00:00:00 2001 From: anandbaburajan Date: Tue, 27 Dec 2022 12:10:52 +0530 Subject: [PATCH] chore: move patch to pre_model_sync --- erpnext/patches.txt | 4 ++-- .../v15_0/create_asset_depreciation_schedules_from_assets.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index ddceb3acfb..74f866e20e 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -268,6 +268,7 @@ erpnext.patches.v13_0.show_hr_payroll_deprecation_warning erpnext.patches.v13_0.reset_corrupt_defaults erpnext.patches.v13_0.create_accounting_dimensions_for_asset_repair erpnext.patches.v15_0.delete_taxjar_doctypes +erpnext.patches.v15_0.create_asset_depreciation_schedules_from_assets [post_model_sync] execute:frappe.delete_doc_if_exists('Workspace', 'ERPNext Integrations Settings') @@ -319,5 +320,4 @@ erpnext.patches.v14_0.create_accounting_dimensions_for_asset_capitalization erpnext.patches.v14_0.update_partial_tds_fields erpnext.patches.v14_0.create_incoterms_and_migrate_shipment erpnext.patches.v14_0.setup_clear_repost_logs -erpnext.patches.v14_0.create_accounting_dimensions_for_payment_request -erpnext.patches.v15_0.create_asset_depreciation_schedules_from_assets \ No newline at end of file +erpnext.patches.v14_0.create_accounting_dimensions_for_payment_request \ No newline at end of file diff --git a/erpnext/patches/v15_0/create_asset_depreciation_schedules_from_assets.py b/erpnext/patches/v15_0/create_asset_depreciation_schedules_from_assets.py index 8dcbb2a1cc..e77e5262bb 100644 --- a/erpnext/patches/v15_0/create_asset_depreciation_schedules_from_assets.py +++ b/erpnext/patches/v15_0/create_asset_depreciation_schedules_from_assets.py @@ -2,6 +2,8 @@ import frappe def execute(): + frappe.reload_doc("asset", "doctype", "Asset Depreciation Schedule") + assets = get_details_of_draft_or_submitted_depreciable_assets() for asset in assets: