DUBAI: Fix bugs

This commit is contained in:
Kenta420 2024-09-13 18:45:06 +07:00
parent ac05554539
commit d5c2dd9044
4 changed files with 17 additions and 3 deletions

View file

@ -384,6 +384,10 @@
Var SELLONLINE = 1
EndIf
If IgnoreNetCore = "true" Then
Var SELLONLINE = 1
EndIf
If SELLONLINE = 0 Then
SAVELOG "Cash only NetworkStatus down"

View file

@ -213,6 +213,9 @@
If LanguageShow = "MALAY" Then
Var DirImage = CountryRootPath + "image/vending_error_en"
EndIf
If LanguageShow = "UAE_DUBAI" Then
Var DirImage = CountryRootPath + "image/vending_error_en"
EndIf
EndIf
If NeedUpgrade = "true" Then
@ -231,6 +234,9 @@
If LanguageShow = "MALAY" Then
Var DirImage = CountryRootPath + "image/vending_error_en"
EndIf
If LanguageShow = "UAE_DUBAI" Then
Var DirImage = CountryRootPath + "image/vending_error_en"
EndIf
EndIf
DEBUGVAR MachineStage
@ -253,6 +259,9 @@
If LanguageShow = "MALAY" Then
Var DirImage = CountryRootPath + "image/vending_error_en"
EndIf
If LanguageShow = "UAE_DUBAI" Then
Var DirImage = CountryRootPath + "image/vending_error_en"
EndIf
Else
Var show_error_normal = "Enable"
Var show_error_sp1 = "Invisible"
@ -272,6 +281,9 @@
If LanguageShow = "MALAY" Then
Var DirImage = CountryRootPath + "image/close_en"
EndIf
If LanguageShow = "UAE_DUBAI" Then
Var DirImage = CountryRootPath + "image/close_en"
EndIf
EndIf
EndIf