From 57b4ade2e5ff07d8e5acd0299acb207e45823dae Mon Sep 17 00:00:00 2001 From: Thomas Sax Date: Wed, 6 Dec 2023 14:35:57 +0100 Subject: [PATCH] cashCancelPayment(): while printing quick request while printing and changing. --- src/hwapi.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/hwapi.cpp b/src/hwapi.cpp index aad1244..9a8e1eb 100644 --- a/src/hwapi.cpp +++ b/src/hwapi.cpp @@ -109,10 +109,6 @@ hwapi::hwapi(QWidget *parent) : QObject(parent) void hwapi::hwapi_slotPayProc(void) { - //cash_paymentProcessing(); - //doors_supervise(); - //dcBL_cycle(); - } @@ -3056,7 +3052,9 @@ bool hwapi::cash_cancelPayment(void) const { // DB1: 1=encash 2=cancel & return coins // 3=stop and keep coins in escrow - epi_setNowCoinPay(false); // new since 20.9.23 + //epi_setNowCoinPay(false); // new since 20.9.23 + // am 6.12.23 wieder raus, waehrend Druck und wechseln auch schnell abfragen + //qCritical() << "cash cancel payment and return coins"; return sendFDcmd_set(156, 0,0, 2,0,0,0); }