Change in Resource

This commit is contained in:
2025-12-27 13:05:01 +01:00
parent 8e9b9dfc98
commit 97f66f808a

View File

@@ -21,7 +21,7 @@ export const resourceConfig = {
},
customers: {
searchColumns: ["name", "customerNumber", "firstname", "lastname", "notes"],
mtmLoad: ["contacts","projects","plants"],
mtmLoad: ["contacts","projects","plants","createddocuments","contracts"],
table: customers,
numberRangeHolder: "customerNumber",
},
@@ -123,7 +123,7 @@ export const resourceConfig = {
},
incominginvoices: {
table: incominginvoices,
mtmLoad: ["statementallocations"],
mtmLoad: ["statementallocations","files"],
mtmListLoad: ["statementallocations"],
mtoLoad: ["vendor"],
},