Merge pull request #19441 from andreubisquerra/develop

TakePOS Direct Payment (Cash) Button doesn't work
This commit is contained in:
Laurent Destailleur 2021-11-30 12:24:58 +01:00 committed by GitHub
commit 429c4406c4
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() {
});
}