From bf8008a320c44a379c3ed781f3963f60299fc42e Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Sat, 20 Nov 2021 09:55:04 +0100 Subject: [PATCH] TakePOS Direct Payment (Cash) Button doesn't work --- 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 8bd1c4dbca9..e5dda0110f2 100644 --- a/htdocs/takepos/index.php +++ b/htdocs/takepos/index.php @@ -789,7 +789,7 @@ function ModalBox(ModalID) 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=LIQ", function() { }); }