MYS: add disabled buttons & show name for pro mystery, WIP staging e-receipt

This commit is contained in:
Pakin 2025-06-13 10:47:30 +07:00
parent ccbd8f8071
commit cfb19451ad
27 changed files with 2051 additions and 1238 deletions

View file

@ -691,7 +691,13 @@
Open "ROOT/taobin_project/xml/page_display_get_free.xml"
Else
If eReceiptFlag = 1 Then
If CountryName = "Malaysia" Then
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
DEBUGVAR RecieptPromptPage
Open RecieptPromptPage
EndIf
EndIf
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
EndIf
@ -857,7 +863,13 @@
Open "ROOT/taobin_project/xml/page_display_get_free.xml"
EndIf
If eReceiptFlag = 1 Then
If CountryName = "Malaysia" Then
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
DEBUGVAR RecieptPromptPage
Open RecieptPromptPage
EndIf
EndIf
Open "ROOT/taobin_project/xml/page_lid_straw.xml"