keep trans, status sell, error code 1303

This commit is contained in:
miggaze 2022-08-01 16:00:47 +07:00
parent 928e1c98ce
commit af4b96322d
29 changed files with 436 additions and 71 deletions

View file

@ -128,9 +128,10 @@
Else
If NetworkStatus = "DOWN" Then
Open "/ROOT/xml/outservice.xml"
;Open "/ROOT/xml/outservice.xml"
Var WebAppShow = "Invisible"
EndIf
If NetworkStatus = "DEACTIVE" Then
If SELLSTATUS = "DEACTIVE" Then
Open "/ROOT/xml/offline.xml"
EndIf
@ -244,7 +245,9 @@
<EventNetDeactive>
SAVELOG NetworkStatus
Open "/mnt/sdcard/coffeevending/xml/main.xml"
If SELLSTATUS = "DEACTIVE" Then
Open "/mnt/sdcard/coffeevending/xml/main.xml"
EndIf
</EventNetDeactive>