mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
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:
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user