Fix travis

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

View File

@ -50,7 +50,7 @@ $placeid = 0; // $placeid is ID of invoice
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();
}