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