bug#AL-3866
parent
a0faf8a6f3
commit
86d3d2c504
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.61.5</version>
|
||||
<version>1.61.6</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.43.1</modelWeb.version>
|
||||
<modelWeb.version>1.43.2</modelWeb.version>
|
||||
<flyway.version>1.35.0</flyway.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
|
|
@ -93,7 +93,7 @@ public class BusquedaBpeRdiController extends MyGenericForwardComposer {
|
|||
return;
|
||||
}
|
||||
|
||||
List<FiscalRdi> list = bpeService.buscarBpeRDI(datInicial.getValue(), datFinal.getValue(), empresa, estados, radSim.isChecked(), consultaOtimizada.isChecked());
|
||||
List<FiscalRdi> list = bpeService.buscarBpeRDI(datInicial.getValue(), datFinal.getValue(), empresa, estados, radSim.isChecked(), true);
|
||||
|
||||
Map<String, Object> parametros = new HashMap<String, Object>();
|
||||
parametros.put("list", list);
|
||||
|
|
|
@ -60,11 +60,6 @@
|
|||
label="${c:l('busquedaRelatorioRDIController.labelRadio.radNao')}" />
|
||||
</radiogroup>
|
||||
</row>
|
||||
|
||||
<row spans="4">
|
||||
<checkbox id="consultaOtimizada" checked="false" label="Consulta Otimizada" />
|
||||
</row>
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
|
|
Loading…
Reference in New Issue