From 5e7f1a545e7ce93ca73e99ea28b9f1cede3597d1 Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Thu, 12 Nov 2020 22:50:46 +0100 Subject: [PATCH] Fix travis --- htdocs/takepos/invoice.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index 1254a5ecf7c..9c4a5320c58 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -859,7 +859,7 @@ if ($action == "order" and $order_receipt_printer1 != "") { }); $.ajax({ type: "POST", @@ -881,7 +881,7 @@ if ($action == "order" and $order_receipt_printer2 != "") { }); $.ajax({ type: "POST", @@ -889,7 +889,7 @@ if ($action == "order" and $order_receipt_printer2 != "") { data: '' }); -