mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-13 14:11:37 +00:00
Allow virtual parts for Bom item (#10243)
- Closes https://github.com/inventree/InvenTree/issues/10238
This commit is contained in:
@@ -23,8 +23,8 @@ export function bomItemFields(): ApiFormFieldSet {
|
|||||||
},
|
},
|
||||||
sub_part: {
|
sub_part: {
|
||||||
filters: {
|
filters: {
|
||||||
component: true,
|
active: true, // Only show active parts when creating a new BOM item
|
||||||
virtual: false
|
component: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
quantity: {},
|
quantity: {},
|
||||||
|
Reference in New Issue
Block a user