feat: refs #249272 message updateQuantity
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-12-11 14:32:08 +01:00
parent 3ff020a7a7
commit 3e92aca6ff
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ module.exports = Self => {
const message = $t('Changed sale quantity', {
ticketId: sale.ticket().id,
changes: change,
changes: JSON.stringify(change),
ticketUrl: `${url}ticket/${sale.ticket().id}/sale`,
});