Merge branch 'orm' into 'main'

Changed Resource Config

See merge request fedeo/backend!14
This commit is contained in:
2025-12-19 08:39:47 +00:00

View File

@@ -125,6 +125,7 @@ export const resourceConfig = {
table: incominginvoices, table: incominginvoices,
mtmLoad: ["statementallocations"], mtmLoad: ["statementallocations"],
mtmListLoad: ["statementallocations"], mtmListLoad: ["statementallocations"],
mtoLoad: ["vendor"],
}, },
statementallocations: { statementallocations: {
table: statementallocations, table: statementallocations,