2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-23 23:30:54 +00:00

Build line assembly filter ()

* Fix typo

* Add "assembly" filter to BuildLine API endpoint

- Add filter for table in PUI

* Bump API version
This commit is contained in:
Oliver
2024-08-14 16:34:22 +10:00
committed by GitHub
parent 697ab1653a
commit e1b0efaa12
4 changed files with 11 additions and 2 deletions
src
backend
InvenTree
InvenTree
build
frontend

@ -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`,