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",