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:
parent
85016a7a45
commit
1c28086d4b
@ -47,6 +47,8 @@ if ($setterminal>0)
|
|||||||
$_SESSION["takeposterminal"]=$setterminal;
|
$_SESSION["takeposterminal"]=$setterminal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$_SESSION["urlfrom"]='/takepos/takepos.php';
|
||||||
|
|
||||||
$langs->loadLangs(array("bills","orders","commercial","cashdesk","receiptprinter"));
|
$langs->loadLangs(array("bills","orders","commercial","cashdesk","receiptprinter"));
|
||||||
|
|
||||||
$categorie = new Categorie($db);
|
$categorie = new Categorie($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user