FIX logout redirect to takepos.php

usefull for terminal locked with POS and use standard dolibarr login with addon as U2F
This commit is contained in:
ptibogxiv 2019-08-28 13:22:54 +02:00 committed by GitHub
parent 85016a7a45
commit 1c28086d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);