TakePOS Direct Payment (Cash) Button doesn't work

This commit is contained in:
andreubisquerra 2021-11-20 15:25:51 +01:00 committed by GitHub
parent 3dbab22060
commit bc6f38c556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -768,7 +768,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() {
});
}