From 0129868bb09f935d611e48551dbe5b937a69e802 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 17 Oct 2022 16:30:45 -0700 Subject: [PATCH] IO-2058 Add RO/Name to resent parts order. --- .../parts-order-list-table.component.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: {},