fix: refs #7644 Update in print method
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
6f1d962db2
commit
635eb405a2
|
@ -58,7 +58,7 @@ module.exports = Self => {
|
||||||
UPDATE buy
|
UPDATE buy
|
||||||
SET printedStickers = stickers
|
SET printedStickers = stickers
|
||||||
WHERE entryFk = ?
|
WHERE entryFk = ?
|
||||||
`, [id], options);
|
`, [id], myOptions);
|
||||||
|
|
||||||
return [await merger.saveAsBuffer(), 'application/pdf', `filename="entry-${id}.pdf"`];
|
return [await merger.saveAsBuffer(), 'application/pdf', `filename="entry-${id}.pdf"`];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue