mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-23 23:30:54 +00:00
Build line assembly filter (#7874)
* Fix typo * Add "assembly" filter to BuildLine API endpoint - Add filter for table in PUI * Bump API version
This commit is contained in:
src
backend
InvenTree
frontend
src
tables
@ -307,7 +307,7 @@ export function BomTable({
|
||||
{
|
||||
name: 'sub_part_assembly',
|
||||
label: t`Assembled Part`,
|
||||
description: t`Show asssmbled items`
|
||||
description: t`Show assembled items`
|
||||
},
|
||||
{
|
||||
name: 'available_stock',
|
||||
|
@ -56,6 +56,11 @@ export default function BuildLineTable({
|
||||
label: t`Optional`,
|
||||
description: t`Show optional lines`
|
||||
},
|
||||
{
|
||||
name: 'assembly',
|
||||
label: t`Assembly`,
|
||||
description: t`Show assembled items`
|
||||
},
|
||||
{
|
||||
name: 'tracked',
|
||||
label: t`Tracked`,
|
||||
|
Reference in New Issue
Block a user