From a2d9a6c127cae3b6dc5beb1a996558ab1383fa8c Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Tue, 9 Jun 2026 21:23:49 -0500 Subject: [PATCH] refactor(opendock): changed the article to look at the label to match all plants --- frontend/src/routes/transportation/opendock/releases.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/transportation/opendock/releases.tsx b/frontend/src/routes/transportation/opendock/releases.tsx index 2bd527f..b1f1143 100644 --- a/frontend/src/routes/transportation/opendock/releases.tsx +++ b/frontend/src/routes/transportation/opendock/releases.tsx @@ -68,7 +68,7 @@ const OpendockApts = () => { }), columnHelper.accessor( (row) => - row.appointment.customFields.find((x: any) => x.name === "strArticle") + row.appointment.customFields.find((x: any) => x.label === "Article") ?.value ?? "", { id: "article",