mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
This better work or I'll cry
This commit is contained in:
@@ -532,7 +532,10 @@ async function CustomEvent(data) {
|
|||||||
|
|
||||||
// Send it to the print routine!
|
// Send it to the print routine!
|
||||||
const receiptHTML = await GetRenderedHTML(instance);
|
const receiptHTML = await GetRenderedHTML(instance);
|
||||||
client.doAction({ name: 'Receipt Printer | Print Routine' }, { receiptHTML: receiptHTML });
|
client.doAction({ name: 'Receipt Printer | Print Routine' }, {
|
||||||
|
receiptHTML: receiptHTML,
|
||||||
|
isTest: data.isTest
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user