mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Pass sales order through to sub-builds table (#7915)
This commit is contained in:
parent
2e10400d7c
commit
9fbaeba2ab
@ -312,7 +312,10 @@ export default function BuildDetail() {
|
||||
label: t`Child Build Orders`,
|
||||
icon: <IconSitemap />,
|
||||
content: build.pk ? (
|
||||
<BuildOrderTable parentBuildId={build.pk} />
|
||||
<BuildOrderTable
|
||||
parentBuildId={build.pk}
|
||||
salesOrderId={build.sales_order}
|
||||
/>
|
||||
) : (
|
||||
<Skeleton />
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user