THAI: ServiceCharge not reset when Cancel Popup
This commit is contained in:
parent
b1e1d226ce
commit
b7f2dabf03
1 changed files with 9 additions and 3 deletions
|
|
@ -1887,11 +1887,11 @@
|
||||||
DEBUGVAR VendingCashless
|
DEBUGVAR VendingCashless
|
||||||
If VendingCashless = "OK" Then
|
If VendingCashless = "OK" Then
|
||||||
DEBUGVAR CashlessCode
|
DEBUGVAR CashlessCode
|
||||||
|
|
||||||
If KBankCashlessMachine = 1 Then
|
If KBankCashlessMachine = 1 Then
|
||||||
|
|
||||||
Var Seeker.CashlessVendingTrackNumber = VendingTrackNumber
|
Var Seeker.CashlessVendingTrackNumber = VendingTrackNumber
|
||||||
|
|
||||||
DEBUGVAR VendingTrackNumber
|
DEBUGVAR VendingTrackNumber
|
||||||
DEBUGVAR Var Seeker.CashlessVendingTrackNumber
|
DEBUGVAR Var Seeker.CashlessVendingTrackNumber
|
||||||
|
|
||||||
|
|
@ -3244,6 +3244,12 @@ eval(
|
||||||
Var CancelingPopupFlag = "Enable"
|
Var CancelingPopupFlag = "Enable"
|
||||||
Var CancelingPopupCountDown = 0
|
Var CancelingPopupCountDown = 0
|
||||||
|
|
||||||
|
If KBankCashlessMachine = 1 Then
|
||||||
|
If ServiceCharge > 0 Then
|
||||||
|
Var ServiceCharge = 0
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
Refresh
|
Refresh
|
||||||
EndIf
|
EndIf
|
||||||
</EventClick>
|
</EventClick>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue