6743-exportDb #1953

Merged
juan merged 7 commits from 6743-exportDb into dev 2024-01-25 15:47:29 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit a7faac3ef6 - Show all commits

View File

@ -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);