diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index 6f75df49c1a..22a301035a9 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -716,6 +716,7 @@ function Print(id, gift){ function TakeposPrinting(id){ var receipt; + console.log("TakeposPrinting" + id); $.get("receipt.php?facid="+id, function(data, status){ receipt=data.replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g, ''); $.ajax({ @@ -727,6 +728,7 @@ function TakeposPrinting(id){ } function TakeposConnector(id){ + console.log("TakeposConnector" + id); $.get("ajax/ajax.php?action=printinvoiceticket&term=&id="+id, function(data, status){ $.ajax({ type: "POST",