mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Build Line Updates (#7591)
* Update build line tables * Add additional fiels to BuildLine serializer * Bump API version
This commit is contained in:
@ -139,13 +139,22 @@ export default function BuildLineTable({ params = {} }: { params?: any }) {
|
||||
sortable: true,
|
||||
title: t`Reference`
|
||||
},
|
||||
BooleanColumn({
|
||||
accessor: 'bom_item_detail.optional',
|
||||
ordering: 'optional'
|
||||
}),
|
||||
BooleanColumn({
|
||||
accessor: 'bom_item_detail.consumable',
|
||||
ordering: 'consumable'
|
||||
}),
|
||||
BooleanColumn({
|
||||
accessor: 'bom_item_detail.optional',
|
||||
ordering: 'optional'
|
||||
accessor: 'bom_item_detail.allow_variants',
|
||||
ordering: 'allow_variants'
|
||||
}),
|
||||
BooleanColumn({
|
||||
accessor: 'bom_item_detail.inherited',
|
||||
ordering: 'inherited',
|
||||
title: t`Gets Inherited`
|
||||
}),
|
||||
BooleanColumn({
|
||||
accessor: 'part_detail.trackable',
|
||||
|
Reference in New Issue
Block a user