mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +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`,
|
label: t`Child Build Orders`,
|
||||||
icon: <IconSitemap />,
|
icon: <IconSitemap />,
|
||||||
content: build.pk ? (
|
content: build.pk ? (
|
||||||
<BuildOrderTable parentBuildId={build.pk} />
|
<BuildOrderTable
|
||||||
|
parentBuildId={build.pk}
|
||||||
|
salesOrderId={build.sales_order}
|
||||||
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Skeleton />
|
<Skeleton />
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user