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
|
||||
If VendingCashless = "OK" Then
|
||||
DEBUGVAR CashlessCode
|
||||
|
||||
|
||||
If KBankCashlessMachine = 1 Then
|
||||
|
||||
|
||||
Var Seeker.CashlessVendingTrackNumber = VendingTrackNumber
|
||||
|
||||
|
||||
DEBUGVAR VendingTrackNumber
|
||||
DEBUGVAR Var Seeker.CashlessVendingTrackNumber
|
||||
|
||||
|
|
@ -3244,6 +3244,12 @@ eval(
|
|||
Var CancelingPopupFlag = "Enable"
|
||||
Var CancelingPopupCountDown = 0
|
||||
|
||||
If KBankCashlessMachine = 1 Then
|
||||
If ServiceCharge > 0 Then
|
||||
Var ServiceCharge = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
EndIf
|
||||
</EventClick>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue