mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 12:36:37 +00:00
Un-deprecate the `disabled` checkbox: it is now editable (also after submit) and parks a bundle version without ceding its active slot, so re-enabling restores it without re-activation. - `get_active_product_bundle` (the single resolution entry point) skips disabled bundles, so every consumer stops treating the item as a bundle while it is disabled - the version pickers on transaction item rows and the buying "Get Items from Product Bundle" dialog filter out disabled bundles - an explicitly selected disabled version blocks the transaction with a validation error instead of silently re-packing another version - Product Bundle Balance report excludes disabled bundles - list view indicator: Disabled (grey) / Active (green), falling back to docstatus for drafts, cancelled and inactive submitted versions Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>