Fix messaggio di errore nei movimenti

This commit is contained in:
loviuz 2019-12-13 18:35:56 +01:00
parent 8bbac5cf10
commit f0ac38d2a8
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ $_SESSION['superselect']['idsede_destinazione'] = 0;
else {
$('#buttons').next('hr').remove();
$('#buttons').next('div.alert').remove();
$('#buttons').after( '<hr><div class="alert alert-danger text-center"><big>Articolo <b>' + barcode + '</b> non trovato!</big></div>' );
$('#buttons').after( '<hr><div class="alert alert-danger text-center"><big>Articolo <b>' + search + '</b> non trovato!</big></div>' );
}
}
);