Fix travis
This commit is contained in:
parent
a5ffac1935
commit
5e7f1a545e
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user