Fix travis
This commit is contained in:
parent
ac75cf318e
commit
32923daa9d
@ -56,7 +56,7 @@ $langs->loadLangs(array("bills", "orders", "commercial", "cashdesk", "receiptpri
|
|||||||
if ($_SESSION["publicterminal"]) {
|
if ($_SESSION["publicterminal"]) {
|
||||||
$_SESSION["takeposterminal"] = 1; // Use Terminal 1 for public customers
|
$_SESSION["takeposterminal"] = 1; // Use Terminal 1 for public customers
|
||||||
}
|
}
|
||||||
else if (empty($user->rights->takepos->run)) {
|
elseif (empty($user->rights->takepos->run)) {
|
||||||
accessforbidden();
|
accessforbidden();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user