fixes bug#21109
qua: dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@105273 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b65b861498
commit
885f0ceac5
|
@ -99,7 +99,8 @@ public class RelatorioArquivoBGMController extends MyGenericForwardComposer {
|
||||||
this.getPathExternoGravacaoArquivo(),
|
this.getPathExternoGravacaoArquivo(),
|
||||||
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_INCLUI_TIPO_PAGAMENTO_TURISMO_BGM.getDescricao()),
|
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_INCLUI_TIPO_PAGAMENTO_TURISMO_BGM.getDescricao()),
|
||||||
false,
|
false,
|
||||||
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_COD_RECEITA_FIXO_BGM.getDescricao()));
|
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_COD_RECEITA_FIXO_BGM.getDescricao()),
|
||||||
|
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_RECEITA_DESPESAS_OURO_PRATA.getDescricao()));
|
||||||
|
|
||||||
if(this.getPathExternoGravacaoArquivo() != null){
|
if(this.getPathExternoGravacaoArquivo() != null){
|
||||||
Messagebox.show(Labels.getLabel("relatorioArquivoBGMController.arquivoGeradoNoServidor.value"),
|
Messagebox.show(Labels.getLabel("relatorioArquivoBGMController.arquivoGeradoNoServidor.value"),
|
||||||
|
|
|
@ -136,7 +136,8 @@ public class RelatorioArquivoReceitasDespesasDivController extends MyGenericForw
|
||||||
con,
|
con,
|
||||||
this.getPathExternoGravacaoArquivo(),
|
this.getPathExternoGravacaoArquivo(),
|
||||||
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_INCLUI_TIPO_PAGAMENTO_TURISMO_BGM.getDescricao()),
|
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_INCLUI_TIPO_PAGAMENTO_TURISMO_BGM.getDescricao()),
|
||||||
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_RECEITA_DESPESAS_COMPORTE.getDescricao()));
|
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_RECEITA_DESPESAS_COMPORTE.getDescricao()),
|
||||||
|
ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_RECEITA_DESPESAS_OURO_PRATA.getDescricao()));
|
||||||
|
|
||||||
long size = 0;
|
long size = 0;
|
||||||
ZipFile compactado = new ZipFile(new File(fileZip));
|
ZipFile compactado = new ZipFile(new File(fileZip));
|
||||||
|
|
Loading…
Reference in New Issue