Added Plants to resource config

This commit is contained in:
2025-12-10 10:28:53 +01:00
parent 58836fb0ef
commit 3f7f8a4498

View File

@@ -21,7 +21,7 @@ export const resourceConfig = {
},
customers: {
searchColumns: ["name", "customerNumber", "firstname", "lastname", "notes"],
mtmLoad: ["contacts","projects"],
mtmLoad: ["contacts","projects","plants"],
table: customers,
numberRangeHolder: "customerNumber",
},