6743-exportDb #1953
|
@ -74,13 +74,6 @@ describe('ticket componentUpdate()', () => {
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
console.log('entra');
|
||||
const state = await models.TicketState.findOne({
|
||||
where: {ticketFk: 11}
|
||||
});
|
||||
console.log('state: ', state);
|
||||
console.log('ctx: ', ctx.args);
|
||||
await models.Ticket.componentUpdate(ctx, options);
|
||||
|
||||
[componentValue] = await models.SaleComponent.rawSql(componentOfSaleSeven, null, options);
|
||||
|
|
Loading…
Reference in New Issue