cashCancelPayment(): while printing quick request while printing and changing.

This commit is contained in:
Thomas Sax 2023-12-06 14:35:57 +01:00
parent f817d07e8c
commit 57b4ade2e5

View File

@ -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);
}