DUBAI: Fix bugs
This commit is contained in:
parent
ac05554539
commit
d5c2dd9044
4 changed files with 17 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue