콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
2276 화면

I need a JavaScript example / method to reload point_of_sale if POS session state is closed.

For example, if (this.env.pos.pos_session.state == 'closed')

reload()

any help will be greatly appreciated.



아바타
취소
베스트 답변

Hi,


Try this 

if (this.env.pos.pos_session.state === 'closed') {

    window.location.reload();

}


Hope it helps


아바타
취소
관련 게시물 답글 화면 활동
0
8월 23
3249
1
5월 25
8473
0
4월 15
6823
0
11월 23
38
1
11월 23
1874