diff --git a/htdocs/takepos/index.php b/htdocs/takepos/index.php index cc55da0cad4..602b0544069 100644 --- a/htdocs/takepos/index.php +++ b/htdocs/takepos/index.php @@ -689,7 +689,7 @@ function TerminalsDialog() function DirectPayment(){ console.log("DirectPayment"); - $("#poslines").load("invoice.php?place"+place+"&action=valid&pay=trans("cash"); ?>", function() { + $("#poslines").load("invoice.php?place="+place+"&action=valid&pay=trans("cash"); ?>", function() { }); }