fix(xml): merge conflic

This commit is contained in:
Kenta420 2024-12-12 11:57:52 +07:00
parent 5269f48101
commit 899db59317

View file

@ -48,7 +48,7 @@
Var BottomText = PicturePath + "text_bottom_thai2.png" Var BottomText = PicturePath + "text_bottom_thai2.png"
EndIf EndIf
If LanguageShow = "MYANMAR" Then If LanguageShow = "MYANMAR" Then
Var BottomText = PicturePath + "text_bottom_eng.png" Var BottomText = PicturePath + "text_bottom_eng.png"
@ -115,10 +115,10 @@
Var DirImage2 = "ROOT/taobin_project/image/complete/" Var DirImage2 = "ROOT/taobin_project/image/complete/"
EndIf EndIf
If LanguageShow = "MYANMAR" Then If LanguageShow = "MYANMAR" Then
Var DirImage2 = "ROOT/taobin_project/image/complete_mmr/" Var DirImage2 = "ROOT/taobin_project/image/complete_mmr/"
EndIf EndIf
Var txtDrinkOKState = "Invisible" Var txtDrinkOKState = "Invisible"
Var buttonRemoveCup = "Invisible" Var buttonRemoveCup = "Invisible"
@ -243,13 +243,13 @@
__CMD "SetPay" "coffee-payment" Seeker.VendingTSID Seeker.ORDER_ID __CMD "SetPay" "coffee-payment" Seeker.VendingTSID Seeker.ORDER_ID
EndIf EndIf
MakeDrinkV1 Seeker.selected_a_drink SelectSugarID MakeDrinkV1 Seeker.selected_a_drink SelectSugarID
If CountryName = "Thailand" Then If CountryName = "Thailand" Then
If New_Payment = 1 Then If New_Payment = 1 Then
Open "ROOT/taobin_project/xml/page_NewBrewing3.xml" Open "ROOT/taobin_project/xml/page_NewBrewing3.xml"
Else Else
Open "ROOT/taobin_project/xml/page_brewing3.xml" Open "ROOT/taobin_project/xml/page_brewing3.xml"
EndIf EndIf
Else Else
@ -258,12 +258,12 @@
Open Brew3Inter Open Brew3Inter
Else Else
;obsolete ;obsolete
If New_Payment = 1 Then If New_Payment = 1 Then
Open "ROOT/taobin_project/xml/page_NewBrewing3.xml" Open "ROOT/taobin_project/xml/page_NewBrewing3.xml"
Else Else
Open "ROOT/taobin_project/xml/page_brewing3.xml" Open "ROOT/taobin_project/xml/page_brewing3.xml"
EndIf EndIf
EndIf EndIf
EndIf EndIf
EndIf EndIf
EndIf EndIf
@ -293,19 +293,17 @@
Else Else
Var MachineErrorDetailAll = " กรุณานำแก้วออกก่อนครับ/คะ" Var MachineErrorDetailAll = " กรุณานำแก้วออกก่อนครับ/คะ"
EndIf EndIf
If LanguageShow = "MYANMAR" Then
If LanguageShow = "MYANMAR" Then
Var MachineErrorDetailAll = " ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။" Var MachineErrorDetailAll = " ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။"
EndIf EndIf
Else Else
If CupChecking = "true" Then If CupChecking = "true" Then
If show_eng = "true" Then If show_eng = "true" Then
Var MachineErrorDetailAll = " Please take a cup." Var MachineErrorDetailAll = " Please take a cup."
Else Else
Var MachineErrorDetailAll = " กรุณานำแก้วออกก่อนครับ/คะ" Var MachineErrorDetailAll = " กรุณานำแก้วออกก่อนครับ/คะ"
EndIf
EndIf If LanguageShow = "MYANMAR" Then
If LanguageShow = "MYANMAR" Then
Var MachineErrorDetailAll = " ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။" Var MachineErrorDetailAll = " ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။"
EndIf EndIf
Else Else
@ -314,7 +312,7 @@
Else Else
Var MachineErrorDetailAll = " กรุณากดปุ่ม แล้วนำแก้วออกก่อนครับ/คะ" Var MachineErrorDetailAll = " กรุณากดปุ่ม แล้วนำแก้วออกก่อนครับ/คะ"
EndIf EndIf
If LanguageShow = "MYANMAR" Then If LanguageShow = "MYANMAR" Then
Var MachineErrorDetailAll = " ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။" Var MachineErrorDetailAll = " ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။"
EndIf EndIf
EndIf EndIf