chore: Add accounting dimensions to Sales Order Item table

(cherry picked from commit e31db18912)

# Conflicts:
#	erpnext/patches.txt
This commit is contained in:
Deepesh Garg
2023-10-17 18:19:47 +05:30
committed by Mergify
parent e23710bf00
commit bfa93cd3f6
5 changed files with 51 additions and 2 deletions

View File

@@ -341,5 +341,12 @@ execute:frappe.defaults.clear_default("fiscal_year")
execute:frappe.db.set_single_value('Selling Settings', 'allow_negative_rates_for_items', 0)
erpnext.patches.v14_0.correct_asset_value_if_je_with_workflow
erpnext.patches.v14_0.migrate_deferred_accounts_to_item_defaults
<<<<<<< HEAD
=======
erpnext.patches.v14_0.update_invoicing_period_in_subscription
execute:frappe.delete_doc("Page", "welcome-to-erpnext")
erpnext.patches.v15_0.delete_payment_gateway_doctypes
erpnext.patches.v14_0.create_accounting_dimensions_in_sales_order_item
>>>>>>> e31db18912 (chore: Add accounting dimensions to Sales Order Item table)
# below migration patch should always run last
erpnext.patches.v14_0.migrate_gl_to_payment_ledger