Fix alert movimenti

This commit is contained in:
Beppe 2020-11-11 17:16:26 +01:00
parent 40b54e3f85
commit 6366404f16
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php
x<?php
/*
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
* Copyright (C) DevCode s.n.c.
@ -176,6 +176,7 @@ echo '
// Articolo non trovato
else {
$("#messages").remove();
$("#articolo-missing").removeClass("hidden");
}
}