Files
erpnext/erpnext/stock
Mihir Kandoi a7d41f24a3 fix(stock): don't KeyError when neither bundle nor item_code is passed
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>
2026-06-10 22:02:37 +05:30
..
2022-07-12 12:39:22 +05:30
2025-06-17 21:28:21 +05:30
2026-05-22 06:50:23 +05:30