fixes bug#AL-1954

master
wallace.henrique 2022-12-26 13:24:45 -03:00
parent 7e7d38d409
commit c39fe410fe
1 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@ public class EstacionSitefRender implements ListitemRenderer {
lc = new Listcell(es.getIpServidor()); lc = new Listcell(es.getIpServidor());
lc.setParent(lstm); lc.setParent(lstm);
if(es.getNumeroDeSerie() != null) { if(es.getNumeroDeSerie() != null) {
lc = new Listcell(es.getNumeroDeSerie()); lc = new Listcell(es.getNumeroDeSerie());
lc.setParent(lstm); lc.setParent(lstm);