Merge pull request 'AL-1954' (#28) from AL-1954 into master

Reviewed-on: http://18.235.188.113:3000/adm/VentaBoletosAdm/pulls/28
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
Reviewed-by: Lucas Taiã <lucas@rjconsultores.com.br>
master 1.0.22
wallace 2022-12-26 16:35:19 +00:00
commit 3b5d6aeb9e
2 changed files with 2 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
<packaging>war</packaging>
<distributionManagement>

View File

@ -48,14 +48,7 @@ public class EstacionSitefRender implements ListitemRenderer {
lc = new Listcell(es.getIpServidor());
lc.setParent(lstm);
lc = new Listcell(es.getSenhaConfig() != null ? es.getNumeroDeSerie().toString() : "");
lc.setParent(lstm);
lc = new Listcell(es.getSenhaConfig() != null ? es.getDescricao().toString() : "");
lc.setParent(lstm);
if(es.getNumeroDeSerie() != null) {
lc = new Listcell(es.getNumeroDeSerie());
lc.setParent(lstm);