This commit is contained in:
parent
85a0f8b323
commit
a486b7f2d4
|
@ -142,7 +142,7 @@ module.exports = Self => {
|
|||
stateFk: deliveryState.id
|
||||
}, myOptions);
|
||||
|
||||
await models.Ticket.saveCmr(ticketId, myOptions);
|
||||
await models.Ticket.saveCmr([ticketId], myOptions);
|
||||
}
|
||||
|
||||
if (tx) await tx.commit();
|
||||
|
|
Loading…
Reference in New Issue