fix: validate over ordering of quotation

(cherry picked from commit 4cc306d2d8)

# Conflicts:
#	erpnext/controllers/status_updater.py
#	erpnext/patches.txt
#	erpnext/selling/doctype/quotation/quotation.py
#	erpnext/selling/doctype/quotation_item/quotation_item.json
This commit is contained in:
Mihir Kandoi
2026-01-30 16:37:08 +05:30
committed by Mergify
parent 4dfc5671b0
commit 0e60750bd8
7 changed files with 74 additions and 15 deletions

View File

@@ -428,3 +428,9 @@ execute:frappe.db.set_single_value("Accounts Settings", "show_party_balance", 1)
execute:frappe.db.set_single_value("Accounts Settings", "show_account_balance", 1)
erpnext.patches.v16_0.update_currency_exchange_settings_for_frankfurter #2025-12-11
erpnext.patches.v15_0.create_accounting_dimensions_in_advance_taxes_and_charges
<<<<<<< HEAD
=======
execute:frappe.delete_doc_if_exists("Workspace Sidebar", "Opening & Closing")
erpnext.patches.v16_0.migrate_transaction_deletion_task_flags_to_status # 2
erpnext.patches.v16_0.set_ordered_qty_in_quotation_item
>>>>>>> 4cc306d2d8 (fix: validate over ordering of quotation)