Merge pull request #19441 from andreubisquerra/develop
TakePOS Direct Payment (Cash) Button doesn't work
This commit is contained in:
commit
429c4406c4
@ -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() {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user