THAI: AOT update flag

This commit is contained in:
Kenta420 2025-05-15 11:47:58 +07:00
parent 9c264a6213
commit 51168cf8a5
3 changed files with 14 additions and 5 deletions

View file

@ -290,7 +290,7 @@
If ConnectWithPOSMachine = 1 Then
If POS_SELL_STATUS = "NORMAL" Then
If POS_SELL_MODE = "NORMAL" Then
Else
Var SelectMenuBetweenBrewEnable1 = "Invisible"
@ -1422,7 +1422,7 @@
If SelectMenuBetweenBrewEnable1 = "Enable" Then
If ConnectWithPOSMachine = 1 Then
If POS_SELL_STATUS = "NORMAL" Then
If POS_SELL_MODE = "NORMAL" Then
Else
Var SelectMenuBetweenBrewEnable1 = "Invisible"
EndIf