From 1c28086d4be79090366592539aa2ae8f5ccaa967 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Wed, 28 Aug 2019 13:22:54 +0200 Subject: [PATCH] FIX logout redirect to takepos.php usefull for terminal locked with POS and use standard dolibarr login with addon as U2F --- htdocs/takepos/takepos.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/takepos/takepos.php b/htdocs/takepos/takepos.php index b7061c0e135..287689c809c 100644 --- a/htdocs/takepos/takepos.php +++ b/htdocs/takepos/takepos.php @@ -47,6 +47,8 @@ if ($setterminal>0) $_SESSION["takeposterminal"]=$setterminal; } +$_SESSION["urlfrom"]='/takepos/takepos.php'; + $langs->loadLangs(array("bills","orders","commercial","cashdesk","receiptprinter")); $categorie = new Categorie($db);