diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioRDI.jasper b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioRDI.jasper index c4ee8a2c0..64ebc6236 100644 Binary files a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioRDI.jasper and b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioRDI.jasper differ diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioRDI.jrxml b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioRDI.jrxml index a8c1238ad..f23780b05 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioRDI.jrxml +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioRDI.jrxml @@ -8,6 +8,7 @@ + @@ -784,240 +785,254 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/BusquedaRelatorioRDIController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/BusquedaRelatorioRDIController.java index 87c65e978..159fa0cf5 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/BusquedaRelatorioRDIController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/BusquedaRelatorioRDIController.java @@ -93,6 +93,7 @@ public class BusquedaRelatorioRDIController extends MyGenericForwardComposer { parametros.put("inicio", datInicial.getValue()); parametros.put("fim", datFinal.getValue()); parametros.put("estados", estados); + parametros.put("receitaTerceiros", radSim.isChecked()); parametros.put("usuario", UsuarioLogado.getUsuarioLogado().getClaveUsuario()); Relatorio relatorio = new RelatorioRDI(parametros, dataSourceRead.getConnection());