From e3310ce8563964d495ea7c0b92a5aea31fc9c85c Mon Sep 17 00:00:00 2001 From: Taranto Date: Fri, 30 Oct 2020 18:23:37 +0000 Subject: [PATCH] fix: receipt printing new admin --- lib/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes.js b/lib/routes.js index 79e2e34e..76612e2b 100644 --- a/lib/routes.js +++ b/lib/routes.js @@ -90,7 +90,7 @@ function poll (req, res, next) { error: null, locale, version, - receiptPrintingActive: receipt.active === "on", + receiptPrintingActive: receipt.active, cassettes, twoWayMode: cashOutConfig.active, zeroConfLimit: cashOutConfig.zeroConfLimit,