Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
This commit is contained in:
commit
0dbc37667c
@ -613,7 +613,7 @@ function TerminalsDialog()
|
|||||||
|
|
||||||
function DirectPayment(){
|
function DirectPayment(){
|
||||||
console.log("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() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user