THAI: Invisible lid for shot coffee
This commit is contained in:
parent
1d98bae5bf
commit
e71de8548c
3 changed files with 13 additions and 5 deletions
|
|
@ -270,11 +270,15 @@
|
|||
DEBUGVAR bg_lidProblem_ST
|
||||
|
||||
|
||||
If bg_lidProblem_ST = "Invisible" Then
|
||||
Var GetLidButtonState = "Enable"
|
||||
;Var XStraw = 265
|
||||
EndIf
|
||||
If bg_lidProblem_ST = "Invisible" Then
|
||||
Var GetLidButtonState = "Enable"
|
||||
;Var XStraw = 265
|
||||
EndIf
|
||||
|
||||
If IgnoreLidStraw = "true" Then
|
||||
Var GetLidButtonState = "Invisible"
|
||||
Var IgnoreLidStraw = "false"
|
||||
EndIf
|
||||
|
||||
Var CreditCardVoid = 0
|
||||
If InternationalEnable = 1 Then
|
||||
|
|
|
|||
|
|
@ -448,6 +448,11 @@
|
|||
;Var XStraw = 265
|
||||
EndIf
|
||||
|
||||
If IgnoreLidStraw = "true" Then
|
||||
Var GetLidButtonState = "Invisible"
|
||||
Var IgnoreLidStraw = "false"
|
||||
EndIf
|
||||
|
||||
|
||||
Var CreditCardVoid = 0
|
||||
If InternationalEnable = 1 Then
|
||||
|
|
|
|||
|
|
@ -1381,7 +1381,6 @@
|
|||
|
||||
|
||||
If IgnoreLidStraw = "true" Then
|
||||
Var IgnoreLidStraw = "false"
|
||||
Var ShowLidStraw = "Invisible"
|
||||
Var ShowLidOnly = "Invisible"
|
||||
Var ShowStrawOnly = "Invisible"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue