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