fixes bug#21018

qua:
dev:Valdevir

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@104394 d1611594-4594-4d17-8e1d-87c2c4800839
master
aristides 2020-11-20 20:01:11 +00:00
parent 1bd49e0cb0
commit 3abfec7133
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ public class RelatorioAcompanhamentoEquivalentes extends Relatorio {
Date dataInicial = (Date) this.relatorio.getParametros().get("DATA_MES");
Boolean considerarApenasTarifa = (Boolean) this.relatorio.getParametros().get("CONSIDERA_APENAS_TARIFA");
Boolean considerarApenasTarifa = (Boolean) this.relatorio.getParametros().get("CONSIDERAR_APENAS_TARIFA");
while (this.resultSet.next()) {

View File

@ -115,7 +115,7 @@
<row>
<cell colspan="2">
<checkbox
id="consideraApenasTarifa" />
id="considerarApenasTarifa" />
<label
value="${c:l('relatorioAcompanhamentoEquivalentesController.lbConsideraApenasTarifa.value')}" />