TakePOS Direct Payment (Cash) Button doesn't work

This commit is contained in:
andreubisquerra 2021-11-20 09:55:04 +01:00 committed by GitHub
parent 59de140366
commit bf8008a320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -789,7 +789,7 @@ function ModalBox(ModalID)
function DirectPayment(){
console.log("DirectPayment");
$("#poslines").load("invoice.php?place="+place+"&action=valid&pay=<?php echo $langs->trans("cash"); ?>", function() {
$("#poslines").load("invoice.php?place="+place+"&action=valid&pay=LIQ", function() {
});
}