fix deactive state

This commit is contained in:
miggaze 2022-08-05 14:16:20 +07:00
parent c3ffece9f5
commit c2ea778863
3 changed files with 79 additions and 4 deletions

View file

@ -100,7 +100,9 @@
; Open "/ROOT/xml/outservice.xml"
EndIf
If NetworkStatus = "DEACTIVE" Then
Open "/ROOT/xml/offline.xml"
If SELLSTATUS = "DEACTIVE" Then
Open "/ROOT/xml/offline.xml"
EndIf
EndIf