fix: receipt printing new admin
This commit is contained in:
parent
96b8e3d9a2
commit
e3310ce856
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ function poll (req, res, next) {
|
||||||
error: null,
|
error: null,
|
||||||
locale,
|
locale,
|
||||||
version,
|
version,
|
||||||
receiptPrintingActive: receipt.active === "on",
|
receiptPrintingActive: receipt.active,
|
||||||
cassettes,
|
cassettes,
|
||||||
twoWayMode: cashOutConfig.active,
|
twoWayMode: cashOutConfig.active,
|
||||||
zeroConfLimit: cashOutConfig.zeroConfLimit,
|
zeroConfLimit: cashOutConfig.zeroConfLimit,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue