issue #8301
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@64415 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
723dccfd3a
commit
d5281da645
|
@ -61,7 +61,6 @@ public class RenderRelatorioJasper {
|
||||||
|
|
||||||
ResourceBundle resource = ResourceBundle.getBundle("com.rjconsultores.ventaboletos.relatorios.internacionalizacao." + this.relatorio.getNome(), locale);
|
ResourceBundle resource = ResourceBundle.getBundle("com.rjconsultores.ventaboletos.relatorios.internacionalizacao." + this.relatorio.getNome(), locale);
|
||||||
this.relatorio.getParametros().put(JRParameter.REPORT_RESOURCE_BUNDLE, resource);
|
this.relatorio.getParametros().put(JRParameter.REPORT_RESOURCE_BUNDLE, resource);
|
||||||
this.relatorio.getParametros().put("BASE_DIR",this.relatorio.getBaseDir());
|
|
||||||
|
|
||||||
/* Adicionar o arquivo de internacionalização para o subreporte quando informado */
|
/* Adicionar o arquivo de internacionalização para o subreporte quando informado */
|
||||||
if(this.relatorio.getNomeSubReporte() != null && this.relatorio.getNomeSubReporte().length > 0) {
|
if(this.relatorio.getNomeSubReporte() != null && this.relatorio.getNomeSubReporte().length > 0) {
|
||||||
|
|
Loading…
Reference in New Issue