fixes bug #9397
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@72107 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6132f44c7e
commit
d254143cf8
|
@ -293,7 +293,7 @@ public class BusquedaImportacionFiscalController extends MyGenericForwardCompose
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
File arquivoTxt = fiscalService.importacionFiscalECFCancelados(datInicial.getValue(), datFinal.getValue(), empresa, estado);
|
File arquivoTxt = fiscalService.importacionFiscalECFCancelados(datInicial.getValue(), datFinal.getValue(), empresa, estado, chkBoletoHist.isChecked());
|
||||||
File arquivoXls = null;
|
File arquivoXls = null;
|
||||||
if (chkArquivoXls.isChecked()) {
|
if (chkArquivoXls.isChecked()) {
|
||||||
arquivoXls = fiscalService.importacionFiscalECFCanceladosXls(empresa, arquivoTxt);
|
arquivoXls = fiscalService.importacionFiscalECFCanceladosXls(empresa, arquivoTxt);
|
||||||
|
|
Loading…
Reference in New Issue