DUBAI: Fix bugs
This commit is contained in:
parent
ac05554539
commit
d5c2dd9044
4 changed files with 17 additions and 3 deletions
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
|
|
@ -485,7 +485,6 @@
|
||||||
Var topping_shot_price_x = 630
|
Var topping_shot_price_x = 630
|
||||||
Var text_x_add_oreo_price = 510
|
Var text_x_add_oreo_price = 510
|
||||||
Var text_show_normal_x = 408
|
Var text_show_normal_x = 408
|
||||||
Var text_show_blend_x = 872
|
|
||||||
Var text_milk_choice_price_x = 265
|
Var text_milk_choice_price_x = 265
|
||||||
Var SugarZeroCalPrice_X = 540
|
Var SugarZeroCalPrice_X = 540
|
||||||
|
|
||||||
|
|
@ -498,7 +497,6 @@
|
||||||
Var topping_shot_price_x = 630
|
Var topping_shot_price_x = 630
|
||||||
Var text_x_add_oreo_price = 600
|
Var text_x_add_oreo_price = 600
|
||||||
Var text_show_normal_x = 528
|
Var text_show_normal_x = 528
|
||||||
Var text_show_blend_x = 872
|
|
||||||
Var text_milk_choice_price_x = 295
|
Var text_milk_choice_price_x = 295
|
||||||
Var SugarZeroCalPrice_X = 540
|
Var SugarZeroCalPrice_X = 540
|
||||||
EndIf
|
EndIf
|
||||||
|
|
@ -1773,7 +1771,7 @@
|
||||||
; x for blend rng.
|
; x for blend rng.
|
||||||
|
|
||||||
<Text>
|
<Text>
|
||||||
<X> text_show_blend_x </X>
|
<X> 860 </X>
|
||||||
<Y> 85 </Y>
|
<Y> 85 </Y>
|
||||||
<Font> KanitRegularTTF </Font>
|
<Font> KanitRegularTTF </Font>
|
||||||
<Size> 23 </Size>
|
<Size> 23 </Size>
|
||||||
|
|
|
||||||
|
|
@ -384,6 +384,10 @@
|
||||||
Var SELLONLINE = 1
|
Var SELLONLINE = 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If IgnoreNetCore = "true" Then
|
||||||
|
Var SELLONLINE = 1
|
||||||
|
EndIf
|
||||||
|
|
||||||
If SELLONLINE = 0 Then
|
If SELLONLINE = 0 Then
|
||||||
SAVELOG "Cash only NetworkStatus down"
|
SAVELOG "Cash only NetworkStatus down"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -213,6 +213,9 @@
|
||||||
If LanguageShow = "MALAY" Then
|
If LanguageShow = "MALAY" Then
|
||||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||||
EndIf
|
EndIf
|
||||||
|
If LanguageShow = "UAE_DUBAI" Then
|
||||||
|
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If NeedUpgrade = "true" Then
|
If NeedUpgrade = "true" Then
|
||||||
|
|
@ -231,6 +234,9 @@
|
||||||
If LanguageShow = "MALAY" Then
|
If LanguageShow = "MALAY" Then
|
||||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||||
EndIf
|
EndIf
|
||||||
|
If LanguageShow = "UAE_DUBAI" Then
|
||||||
|
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
DEBUGVAR MachineStage
|
DEBUGVAR MachineStage
|
||||||
|
|
@ -253,6 +259,9 @@
|
||||||
If LanguageShow = "MALAY" Then
|
If LanguageShow = "MALAY" Then
|
||||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||||
EndIf
|
EndIf
|
||||||
|
If LanguageShow = "UAE_DUBAI" Then
|
||||||
|
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||||
|
EndIf
|
||||||
Else
|
Else
|
||||||
Var show_error_normal = "Enable"
|
Var show_error_normal = "Enable"
|
||||||
Var show_error_sp1 = "Invisible"
|
Var show_error_sp1 = "Invisible"
|
||||||
|
|
@ -272,6 +281,9 @@
|
||||||
If LanguageShow = "MALAY" Then
|
If LanguageShow = "MALAY" Then
|
||||||
Var DirImage = CountryRootPath + "image/close_en"
|
Var DirImage = CountryRootPath + "image/close_en"
|
||||||
EndIf
|
EndIf
|
||||||
|
If LanguageShow = "UAE_DUBAI" Then
|
||||||
|
Var DirImage = CountryRootPath + "image/close_en"
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue