feat: refs #7921 refs#7921 sendLostExpedition
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
e775e56120
commit
6efc2c340c
|
@ -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();
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"typeFk": {
|
||||
"type": "number"
|
||||
"type": "number",
|
||||
"required": true
|
||||
},
|
||||
"userFk": {
|
||||
"type": "number"
|
||||
|
|
Loading…
Reference in New Issue