From 97f66f808a9cf8aa7f3e0f2c3099bbd4f128da18 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sat, 27 Dec 2025 13:05:01 +0100 Subject: [PATCH] Change in Resource --- src/utils/resource.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/resource.config.ts b/src/utils/resource.config.ts index 68c4649..aacdfa2 100644 --- a/src/utils/resource.config.ts +++ b/src/utils/resource.config.ts @@ -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"], },