diff --git a/htdocs/takepos/takepos.php b/htdocs/takepos/takepos.php index a7fb413e5f4..77c20d13046 100644 --- a/htdocs/takepos/takepos.php +++ b/htdocs/takepos/takepos.php @@ -613,7 +613,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() { }); }