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-87c2c4800839master
parent
1bd49e0cb0
commit
3abfec7133
|
@ -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()) {
|
||||
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
<row>
|
||||
<cell colspan="2">
|
||||
<checkbox
|
||||
id="consideraApenasTarifa" />
|
||||
id="considerarApenasTarifa" />
|
||||
<label
|
||||
value="${c:l('relatorioAcompanhamentoEquivalentesController.lbConsideraApenasTarifa.value')}" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue