Compare commits
2 Commits
b287e372a0
...
11ccac93f9
| Author | SHA1 | Date | |
|---|---|---|---|
| 11ccac93f9 | |||
| c6d8be790e |
@ -1,7 +1,7 @@
|
|||||||
/* ITS Thermal Receipt Printer
|
/* ITS Thermal Receipt Printer
|
||||||
* Developed by Skylar Grant for MCCS ITS
|
* Developed by Skylar Grant for MCCS ITS
|
||||||
*/
|
*/
|
||||||
const version = "1.2.8";
|
const version = "1.2.9";
|
||||||
// #############################################################
|
// #############################################################
|
||||||
// Variables
|
// Variables
|
||||||
// #############################################################
|
// #############################################################
|
||||||
@ -113,7 +113,7 @@ function customNoteHandler() {
|
|||||||
|
|
||||||
// Generate the line array and PDF
|
// Generate the line array and PDF
|
||||||
const lineArray = prepCustomDetails(customNoteDetails);
|
const lineArray = prepCustomDetails(customNoteDetails);
|
||||||
const bUrl = generateFile(lineArray, true, false);
|
const bUrl = generateFile(lineArray, false, false);
|
||||||
displayPdf(bUrl);
|
displayPdf(bUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user