8144-devToTest_2448 #3216

Merged
alexm merged 256 commits from 8144-devToTest_2448 into test 2024-11-19 07:36:04 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 6efc2c340c - Show all commits

View File

@ -49,7 +49,7 @@ module.exports = function(Self) {
}, myOptions);
const salesPersonFk = dataExpedition.toJSON().ticket?.client?.salesPersonFk;
const salesPersonFk = dataExpedition.ticket()?.client()?.salesPersonFk;
if (salesPersonFk) {
const url = await Self.app.models.Url.getUrl();

View File

@ -19,7 +19,8 @@
"type": "number"
},
"typeFk": {
"type": "number"
"type": "number",
"required": true
},
"userFk": {
"type": "number"