keep trans, status sell, error code 1303
This commit is contained in:
parent
928e1c98ce
commit
af4b96322d
29 changed files with 436 additions and 71 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue