THAI: Added script catalog layout v3
This commit is contained in:
parent
4df9405451
commit
3c966ee66d
124 changed files with 137793 additions and 15 deletions
|
|
@ -519,6 +519,7 @@
|
|||
|
||||
DEBUGVAR LangProcess
|
||||
|
||||
Var CatalogLayoutV3 = 0
|
||||
|
||||
; Check POS machine flag
|
||||
Var ConnectWithPOSMachine = 0
|
||||
|
|
@ -2138,7 +2139,11 @@ PRICE "Reset" "-"
|
|||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.lxml"
|
||||
EndIf
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
If CatalogLayoutV3 = 1 Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
|
|
@ -2236,7 +2241,11 @@ PRICE "Reset" "-"
|
|||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.lxml"
|
||||
EndIf
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
If CatalogLayoutV3 = 1 Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue