mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 06:47:40 +01:00
Fix messaggio di errore nei movimenti
This commit is contained in:
parent
8bbac5cf10
commit
f0ac38d2a8
@ -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>' );
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user