Change in Resource
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user