master #3299

Merged
carlosap merged 9 commits from master into test 2024-12-12 17:23:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 27e6aacf15 - Show all commits

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`,
});