From 618da0a808ba80d92f8d21a005f9dc11471c66d6 Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Sun, 22 Mar 2020 22:39:41 +0100 Subject: [PATCH] Fix TakePOS DirectPayment when place is higher 0 --- htdocs/takepos/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/takepos/index.php b/htdocs/takepos/index.php index 03f90e7bd96..fcf77da51fc 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() { }); }