Merge pull request 'fixes bug#2908' (!221) from AL-2908 into master
Reviewed-on: adm/VentaBoletosAdm#221 Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>master 1.9.1
commit
3b2e91a770
4
pom.xml
4
pom.xml
|
@ -4,11 +4,11 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.9.0</version>
|
||||
<version>1.9.1</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.6.11</modelWeb.version>
|
||||
<modelWeb.version>1.6.12</modelWeb.version>
|
||||
<flyway.version>1.5.2</flyway.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
|
|
@ -76,7 +76,7 @@ public class RenderConfRestricaoCanalVenta implements ListitemRenderer {
|
|||
|
||||
private String buscarDescricaoVigencia(ConfRestricaoCanalVenta confRestricaoCanalVenta) {
|
||||
if(confRestricaoCanalVenta.getFeciniciovigencia()!= null || confRestricaoCanalVenta.getFecfinvigencia()!= null) {
|
||||
return "De "+ sdf.format(confRestricaoCanalVenta.getFeciniciovigencia()) + " até " + sdf.format(confRestricaoCanalVenta.getFecfinvigencia());
|
||||
return "De "+ sdf.format(confRestricaoCanalVenta.getFeciniciovigencia()) + " até " + sdf.format(confRestricaoCanalVenta.getFecfinvigencia());
|
||||
}
|
||||
return " - ";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue