fixed bug #7102
fixed bug #7154 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@53457 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ed79f53250
commit
a57d6b80dd
|
@ -101,7 +101,7 @@ public class RelatorioArquivoBGMController extends MyGenericForwardComposer {
|
||||||
inputStream = new FileInputStream(filez);
|
inputStream = new FileInputStream(filez);
|
||||||
Filedownload.save(inputStream, new MimetypesFileTypeMap().getContentType(filez), filez.getName());
|
Filedownload.save(inputStream, new MimetypesFileTypeMap().getContentType(filez), filez.getName());
|
||||||
}
|
}
|
||||||
//filez.delete();
|
filez.delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void compactarArquivo(String arqSaida,String arqEntrada) throws IOException{
|
public static void compactarArquivo(String arqSaida,String arqEntrada) throws IOException{
|
||||||
|
|
Loading…
Reference in New Issue