Compare commits

..

No commits in common. "11ccac93f99218943bce16df3001181d095bcec4" and "b287e372a028414d65a1212037d0f91bccb11540" have entirely different histories.

View File

@ -1,7 +1,7 @@
/* ITS Thermal Receipt Printer
* Developed by Skylar Grant for MCCS ITS
*/
const version = "1.2.9";
const version = "1.2.8";
// #############################################################
// Variables
// #############################################################
@ -113,7 +113,7 @@ function customNoteHandler() {
// Generate the line array and PDF
const lineArray = prepCustomDetails(customNoteDetails);
const bUrl = generateFile(lineArray, false, false);
const bUrl = generateFile(lineArray, true, false);
displayPdf(bUrl);
}