fix: validate over ordering of quotation

(cherry picked from commit 4cc306d2d8)

# Conflicts:
#	erpnext/patches.txt
This commit is contained in:
Mihir Kandoi
2026-01-30 16:37:08 +05:30
committed by Mergify
parent e23e9b5d66
commit e7ace8e620
7 changed files with 56 additions and 23 deletions

View File

@@ -443,7 +443,7 @@ class StatusUpdater(Document):
):
return
if args["source_dt"] != "Pick List Item":
if args["source_dt"] != "Pick List Item" and args["target_dt"] != "Quotation Item":
if qty_or_amount == "qty":
action_msg = _(
'To allow over receipt / delivery, update "Over Receipt/Delivery Allowance" in Stock Settings or the Item.'