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
commit
3b5d6aeb9e
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -49,13 +49,6 @@ public class EstacionSitefRender implements ListitemRenderer {
|
||||||
lc = new Listcell(es.getIpServidor());
|
lc = new Listcell(es.getIpServidor());
|
||||||
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);
|
||||||
|
|
Loading…
Reference in New Issue