refs #6184 saveCmr #1788

Merged
guillermo merged 58 commits from 6184-saveCmr into dev 2024-02-13 06:47:06 +00:00
1 changed files with 0 additions and 10 deletions
Showing only changes of commit eec36300ad - Show all commits

View File

@ -137,23 +137,13 @@ module.exports = Self => {
throw new UserError('Ticket is already signed');
if (location) await setLocation(ticketId);
<<<<<<< HEAD
if (!await hasSignDms(ticketId) && !gestDocCreated)
await createGestDoc(ticketId);
=======
if (!gestDocCreated) await createGestDoc(ticketId);
>>>>>>> dev
await models.TicketDms.create({ticketFk: ticketId, dmsFk: dms[0].id}, myOptions);
await ticket.updateAttribute('isSigned', true, myOptions);
const deliveryState = await models.State.findOne({
<<<<<<< HEAD
where: {code: 'DELIVERED'}
=======
where: {
code: 'DELIVERED'
}
>>>>>>> dev
}, myOptions);
await models.Ticket.state(ctx, {