Merge pull request #13403 from andreubisquerra/11.0

Fix TakePOS DirectPayment when place is higher 0
This commit is contained in:
Laurent Destailleur 2020-03-23 15:13:35 +01:00 committed by GitHub
commit 55dd3ae0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -613,7 +613,7 @@ function TerminalsDialog()
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=<?php echo $langs->trans("cash"); ?>", function() {
});
}