fix: refs #7644 Update in print method
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-09-13 14:53:44 +02:00
parent 6f1d962db2
commit 635eb405a2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ module.exports = Self => {
UPDATE buy
SET printedStickers = stickers
WHERE entryFk = ?
`, [id], options);
`, [id], myOptions);
return [await merger.saveAsBuffer(), 'application/pdf', `filename="entry-${id}.pdf"`];
};