Fix travis

This commit is contained in:
andreubisquerra 2020-05-03 00:07:52 +02:00 committed by GitHub
parent ac75cf318e
commit 32923daa9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ $langs->loadLangs(array("bills", "orders", "commercial", "cashdesk", "receiptpri
if ($_SESSION["publicterminal"]) {
$_SESSION["takeposterminal"] = 1; // Use Terminal 1 for public customers
}
else if (empty($user->rights->takepos->run)) {
elseif (empty($user->rights->takepos->run)) {
accessforbidden();
}