Fix travis

This commit is contained in:
andreubisquerra 2020-11-12 22:50:46 +01:00 committed by GitHub
parent a5ffac1935
commit 5e7f1a545e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -859,7 +859,7 @@ if ($action == "order" and $order_receipt_printer1 != "") {
});
<?php
}
else{
else {
?>
$.ajax({
type: "POST",
@ -881,7 +881,7 @@ if ($action == "order" and $order_receipt_printer2 != "") {
});
<?php
}
else{
else {
?>
$.ajax({
type: "POST",
@ -889,7 +889,7 @@ if ($action == "order" and $order_receipt_printer2 != "") {
data: '<?php
print $headerorder.$order_receipt_printer2.$footerorder; ?>'
});
<?php
<?php
}
}