From d04ab004b1f3f96c83b3dbf8bdc787ff50c61388 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 13 Sep 2024 09:41:49 -0400 Subject: [PATCH] ? --- mccs-it/thermal/modules/Thermal.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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();