diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index dcc0c90..89fed1e 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -91,11 +91,15 @@ module.exports = { // }); for (row of infoArray) { - doc.moveDown(); + // doc.moveDown(); doc.font(row.font).text(row.text, { align: 'left', }); } + + doc.font('public/Outfit-Regular.ttf').text(receiptFooter, { + align: 'left', + }); // Finalize the PDF doc.end();