mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-14 23:18:40 +00:00
fix(patch): moved create_company_custom_fields from pre_model_sync to post_model_sync (backport #56962) (#56965)
Co-authored-by: Diptanil Saha <diptanil@frappe.io>
This commit is contained in:
@@ -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.v14_0.update_proprietorship_to_individual
|
||||||
erpnext.patches.v15_0.rename_subcontracting_fields
|
erpnext.patches.v15_0.rename_subcontracting_fields
|
||||||
erpnext.patches.v15_0.unset_incorrect_additional_discount_percentage
|
erpnext.patches.v15_0.unset_incorrect_additional_discount_percentage
|
||||||
erpnext.patches.v16_0.create_company_custom_fields
|
|
||||||
|
|
||||||
[post_model_sync]
|
[post_model_sync]
|
||||||
erpnext.patches.v15_0.rename_gross_purchase_amount_to_net_purchase_amount
|
erpnext.patches.v15_0.rename_gross_purchase_amount_to_net_purchase_amount
|
||||||
@@ -439,6 +438,7 @@ erpnext.patches.v16_0.set_reporting_currency
|
|||||||
erpnext.patches.v16_0.set_posting_datetime_for_sabb_and_drop_indexes
|
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_serial_no_reference_name
|
||||||
erpnext.patches.v16_0.update_account_categories_for_existing_accounts
|
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.rename_subcontracted_quantity
|
||||||
erpnext.patches.v16_0.add_new_stock_entry_types
|
erpnext.patches.v16_0.add_new_stock_entry_types
|
||||||
erpnext.patches.v15_0.set_asset_status_if_not_already_set
|
erpnext.patches.v15_0.set_asset_status_if_not_already_set
|
||||||
|
|||||||
Reference in New Issue
Block a user