feat: Adding requested qty in packed item (#53486)

* feat: Adding requested qty in packed item

* fix: correct import path

---------

Co-authored-by: Nishka Gosalia <nishkagosalia@Nishkas-MacBook-Air.local>
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com>
This commit is contained in:
Nishka Gosalia
2026-03-16 23:39:39 +05:30
committed by GitHub
parent 87785a2886
commit 953f089c06
8 changed files with 100 additions and 30 deletions

View File

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