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

View File

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

View File

@ -50,12 +50,6 @@ public class EstacionSitefRender implements ListitemRenderer {
lc.setParent(lstm); 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) { if(es.getNumeroDeSerie() != null) {
lc = new Listcell(es.getNumeroDeSerie()); lc = new Listcell(es.getNumeroDeSerie());
lc.setParent(lstm); lc.setParent(lstm);