diff --git a/erpnext/controllers/status_updater.py b/erpnext/controllers/status_updater.py index 048ef72b46c..ab27ddb50aa 100644 --- a/erpnext/controllers/status_updater.py +++ b/erpnext/controllers/status_updater.py @@ -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.'