Merge pull request #14791 from andreubisquerra/develop

Avoid errors when Weighing Scale from the cloud in TakePOS
This commit is contained in:
Laurent Destailleur 2020-09-20 17:12:48 +02:00 committed by GitHub
commit aba6fbb306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,7 +751,7 @@ function WeighingScale(){
console.log("Weighing Scale");
$.ajax({
type: "POST",
url: '<?php print $conf->global->TAKEPOS_PRINT_SERVER; ?>/scale',
url: '<?php print $conf->global->TAKEPOS_PRINT_SERVER; ?>/scale/index.php',
})
.done(function( editnumber ) {
$("#poslines").load("invoice.php?action=updateqty&place="+place+"&idline="+selectedline+"&number="+editnumber, function() {