ALL: Update popup out of change with offline state
This commit is contained in:
parent
7de0afaa84
commit
7b36883144
8 changed files with 217 additions and 20 deletions
|
|
@ -96,6 +96,7 @@
|
|||
Var alphaState = "Invisible"
|
||||
Var alphaState2 = "Invisible"
|
||||
Var alphaState3 = "Invisible"
|
||||
Var alphaState3_offline = "Invisible"
|
||||
|
||||
|
||||
Var CoinInFlag = 0
|
||||
|
|
@ -1130,7 +1131,8 @@
|
|||
If ViewBill > 0 Then
|
||||
|
||||
If PayOfflineMode = 1 Then
|
||||
CoinVending BILLREJECT
|
||||
;CoinVending BILLREJECT
|
||||
Var alphaState3_offline = "Enable"
|
||||
Else
|
||||
|
||||
If Seeker.StoreCreditFlag = 1 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue