bug#13655

dev:lucas

qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@91179 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2019-03-25 21:46:44 +00:00
parent fa367fe695
commit 9270a64a1f
2 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ import com.rjconsultores.ventaboletos.relatorios.utilitarios.ArrayDataSource;
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
import com.rjconsultores.ventaboletos.utilerias.DateUtil;
public class RelatorioBpe extends Relatorio {
public class RelatorioBPe extends Relatorio {
public RelatorioBpe(Map<String, Object> parametros, Connection conexao) throws Exception {
public RelatorioBPe(Map<String, Object> parametros, Connection conexao) throws Exception {
super(parametros, conexao);

View File

@ -22,7 +22,7 @@ import org.zkoss.zul.Radiogroup;
import com.rjconsultores.ventaboletos.entidad.Empresa;
import com.rjconsultores.ventaboletos.entidad.Estado;
import com.rjconsultores.ventaboletos.relatorios.impl.RelatorioBpe;
import com.rjconsultores.ventaboletos.relatorios.impl.RelatorioBPe;
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
import com.rjconsultores.ventaboletos.service.EmpresaService;
import com.rjconsultores.ventaboletos.service.EstadoService;
@ -126,7 +126,7 @@ public class RelatorioBPeController extends MyGenericForwardComposer {
parametros.put("FILTROS", filtro.toString());
Relatorio relatorio = new RelatorioBpe(parametros, dataSourceRead.getConnection());
Relatorio relatorio = new RelatorioBPe(parametros, dataSourceRead.getConnection());
Map args = new HashMap();
args.put("relatorio", relatorio);