Merge pull request #19442 from andreubisquerra/14.0

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