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-87c2c4800839master
parent
e43d657af9
commit
15d666928a
|
@ -127,7 +127,7 @@ public class RelatorioArquivoReceitasDespesasDivController extends MyGenericForw
|
|||
try{
|
||||
fileZip = BGMApplication.getInstance().executaExportacao(datInicial.getValue(), datFinal.getValue(),
|
||||
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;
|
||||
ZipFile compactado = new ZipFile(new File(fileZip));
|
||||
|
|
Loading…
Reference in New Issue