From d418dd9e701ae90df7e8d415ca911d63c65a32ce Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:36:50 +0000 Subject: [PATCH] fix(patch): moved create_company_custom_fields from `pre_model_sync` to `post_model_sync` (backport #56962) (backport #56965) (#56970) Co-authored-by: diptanilsaha --- erpnext/patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index e3d0ea32b62..12c13f8aaee 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -260,7 +260,6 @@ execute:frappe.rename_doc("Report", "TDS Payable Monthly", "Tax Withholding Deta erpnext.patches.v14_0.update_proprietorship_to_individual erpnext.patches.v15_0.rename_subcontracting_fields erpnext.patches.v15_0.unset_incorrect_additional_discount_percentage -erpnext.patches.v16_0.create_company_custom_fields erpnext.patches.v16_0.convert_commission_rate_to_percent [post_model_sync] @@ -440,6 +439,7 @@ erpnext.patches.v16_0.set_reporting_currency erpnext.patches.v16_0.set_posting_datetime_for_sabb_and_drop_indexes erpnext.patches.v16_0.update_serial_no_reference_name erpnext.patches.v16_0.update_account_categories_for_existing_accounts +erpnext.patches.v16_0.create_company_custom_fields erpnext.patches.v16_0.rename_subcontracted_quantity erpnext.patches.v16_0.add_new_stock_entry_types erpnext.patches.v15_0.set_asset_status_if_not_already_set