refactor(opendock): changed the article to look at the label to match all plants
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m26s

This commit is contained in:
2026-06-09 21:23:49 -05:00
parent c0a7d4a125
commit a2d9a6c127

View File

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