diff --git a/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx b/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx index ed66ecdd7..84d73d401 100644 --- a/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx +++ b/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx @@ -72,7 +72,8 @@ export function PartsOrderListTableComponent({ ? bpoints[selectedBreakpoint[0]] : "100%"; const responsibilityCenters = bodyshop.md_responsibility_centers; - const Templates = TemplateList("partsorder"); + const Templates = TemplateList("partsorder", { job }); + const { t } = useTranslation(); const [state, setState] = useState({ sortedInfo: {},