mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 15:47:06 +00:00
row is a plain dict subclass, so row["item_code"] raised an unhandled KeyError (500) when the payload had neither key. get_active_product_bundle already returns None for falsy input, yielding an empty item list. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Inventory management module.