feat: Add accounting dimensions to Supplier Quotation

(cherry picked from commit 089da459f7)

# Conflicts:
#	erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
#	erpnext/patches.txt
This commit is contained in:
Deepesh Garg
2023-11-17 12:37:14 +05:30
committed by Mergify
parent 8d4a19cecf
commit 51e33e1556
5 changed files with 111 additions and 2 deletions

View File

@@ -349,5 +349,12 @@ execute:frappe.db.set_single_value("Payment Reconciliation", "payment_limit", 50
erpnext.patches.v14_0.rename_daily_depreciation_to_depreciation_amount_based_on_num_days_in_month
erpnext.patches.v14_0.rename_depreciation_amount_based_on_num_days_in_month_to_daily_prorata_based
erpnext.patches.v14_0.add_default_for_repost_settings
<<<<<<< HEAD
=======
erpnext.patches.v15_0.rename_daily_depreciation_to_depreciation_amount_based_on_num_days_in_month
erpnext.patches.v15_0.rename_depreciation_amount_based_on_num_days_in_month_to_daily_prorata_based
erpnext.patches.v15_0.set_reserved_stock_in_bin
erpnext.patches.v14_0.create_accounting_dimensions_in_supplier_quotation
>>>>>>> 089da459f7 (feat: Add accounting dimensions to Supplier Quotation)
# below migration patch should always run last
erpnext.patches.v14_0.migrate_gl_to_payment_ledger