diff --git a/src/frontend/src/tables/build/BuildLineTable.tsx b/src/frontend/src/tables/build/BuildLineTable.tsx index 3971f46f36..00234568c7 100644 --- a/src/frontend/src/tables/build/BuildLineTable.tsx +++ b/src/frontend/src/tables/build/BuildLineTable.tsx @@ -153,6 +153,16 @@ export default function BuildLineTable({ switchable: false, render: (record: any) => PartColumn(record.part_detail) }, + { + accessor: 'record.part_detail.IPN', + sortable: false, + title: t`IPN` + }, + { + accessor: 'record.part_detail.description', + sortable: false, + title: t`Description` + }, { accessor: 'bom_item_detail.reference', ordering: 'reference',