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

@ -56,7 +56,7 @@
EndIf
If ConnectWithPOSMachine = 1 Then
If POS_SELL_STATUS = "NORMAL" Then
If POS_SELL_MODE = "NORMAL" Then
Else
Var EnableSelectMenuBetweenBrew = "Invisible"
@ -594,7 +594,7 @@
If EnableSelectMenuBetweenBrew = "Enable" Then
If ConnectWithPOSMachine = 1 Then
If POS_SELL_STATUS = "NORMAL" Then
If POS_SELL_MODE = "NORMAL" Then
Else
Var EnableSelectMenuBetweenBrew = "Invisible"