fixes bug#14248

qua:renato
dev:julio

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@94347 d1611594-4594-4d17-8e1d-87c2c4800839
master
walace 2019-06-10 19:19:00 +00:00
parent e43d657af9
commit 15d666928a
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class RelatorioArquivoReceitasDespesasDivController extends MyGenericForw
try{ try{
fileZip = BGMApplication.getInstance().executaExportacao(datInicial.getValue(), datFinal.getValue(), fileZip = BGMApplication.getInstance().executaExportacao(datInicial.getValue(), datFinal.getValue(),
System.getProperty("jboss.server.log.dir") , empresaId, puntoVentaId, con,this.getPathExternoGravacaoArquivo(), System.getProperty("jboss.server.log.dir") , empresaId, puntoVentaId, con,this.getPathExternoGravacaoArquivo(),
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_INCLUI_TIPO_PAGAMENTO_TURISMO_BGM.getDescricao()), true); ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_INCLUI_TIPO_PAGAMENTO_TURISMO_BGM.getDescricao()), ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_RECEITA_DESPESAS_COMPORTE.getDescricao()));
long size = 0; long size = 0;
ZipFile compactado = new ZipFile(new File(fileZip)); ZipFile compactado = new ZipFile(new File(fileZip));