cashCancelPayment(): while printing quick request while printing and changing.
This commit is contained in:
parent
f817d07e8c
commit
57b4ade2e5
@ -109,10 +109,6 @@ hwapi::hwapi(QWidget *parent) : QObject(parent)
|
|||||||
|
|
||||||
void hwapi::hwapi_slotPayProc(void)
|
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
|
// DB1: 1=encash 2=cancel & return coins
|
||||||
// 3=stop and keep coins in escrow
|
// 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";
|
//qCritical() << "cash cancel payment and return coins";
|
||||||
return sendFDcmd_set(156, 0,0, 2,0,0,0);
|
return sendFDcmd_set(156, 0,0, 2,0,0,0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user