diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index f78d8d44811..7fd162c5fbd 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -850,6 +850,7 @@ if ($action == "valid" || $action == "history" || $action == 'creditnote') { } } + /* * View */ @@ -1009,7 +1010,7 @@ function DolibarrTakeposPrinting(id) { console.log("DolibarrTakeposPrinting Printing invoice ticket " + id) $.ajax({ type: "GET", - url: "" + id, + url: "" + id, }); }