Allow virtual parts for Bom item (#10243)

- Closes https://github.com/inventree/InvenTree/issues/10238
This commit is contained in:
Oliver 2025-08-29 18:52:17 +10:00 committed by GitHub
parent b54122f401
commit 2560349fd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ export function bomItemFields(): ApiFormFieldSet {
},
sub_part: {
filters: {
component: true,
virtual: false
active: true, // Only show active parts when creating a new BOM item
component: true
}
},
quantity: {},