fix: remove unneccessary check

This commit is contained in:
Mihir Kandoi
2026-01-31 20:27:02 +05:30
committed by GitHub
parent 7ab59aa094
commit 6a681557a9

View File

@@ -341,7 +341,7 @@ class StatusUpdater(Document):
):
return
if args["source_dt"] != "Pick List Item" and args["target_dt"] != "Quotation Item":
if 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.'