Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2168 Visualizzazioni

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.



Avatar
Abbandona
Risposta migliore

Hi,


Try this 

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

    window.location.reload();

}


Hope it helps


Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
ago 23
3107
1
mag 25
8389
0
apr 15
6651
0
nov 23
38
1
nov 23
1757