forked from GerhardHoffmann/DCLibraries
		
	cashCancelPayment(): while printing quick request while printing and changing.
This commit is contained in:
		@@ -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);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user