delete comment
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2021-12-21 15:06:57 +01:00
parent 19e50d2156
commit 6bd48ab30b
1 changed files with 1 additions and 7 deletions

View File

@ -58,13 +58,7 @@ module.exports = Self => {
await Self.rawSql(query, salesIds, myOptions);
const [newTicket] = await Self.rawSql('SELECT @newTicket id', null, myOptions);
ticketId = newTicket.id;
/*
const message = $t('Deleted sales from ticket', {
ticketId: ticketId,
ticketUrl: `${origin}/#!/ticket/${ticketId}/sale`,
deletions: deletions
});
*/
if (tx) await tx.commit();
return ticketId;