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
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m26s
This commit is contained in:
@@ -68,7 +68,7 @@ const OpendockApts = () => {
|
|||||||
}),
|
}),
|
||||||
columnHelper.accessor(
|
columnHelper.accessor(
|
||||||
(row) =>
|
(row) =>
|
||||||
row.appointment.customFields.find((x: any) => x.name === "strArticle")
|
row.appointment.customFields.find((x: any) => x.label === "Article")
|
||||||
?.value ?? "",
|
?.value ?? "",
|
||||||
{
|
{
|
||||||
id: "article",
|
id: "article",
|
||||||
|
|||||||
Reference in New Issue
Block a user