julio 2016-06-24 21:17:30 +00:00
parent 76e0cb2ad6
commit b891751f82
1 changed files with 1 additions and 7 deletions

View File

@ -106,14 +106,8 @@ public class ArchivoIntegracionECFReducaoZ {
} else if (valorRedZ.compareTo(valorEcf) < 0) { } else if (valorRedZ.compareTo(valorEcf) < 0) {
for (ImportacionFiscalVO ecf : agpEcf.getItens()) { for (ImportacionFiscalVO ecf : agpEcf.getItens()) {
if (ecf.getIndcancelamento().equals("S")) {
ecf.setInconsistente(true);
listEcfInvalidos.add(ecf);
} else {
listEcfValidos.add(ecf); listEcfValidos.add(ecf);
} }
}
BigDecimal dif = valorEcf.subtract(valorRedZ); BigDecimal dif = valorEcf.subtract(valorRedZ);
for (ImportacionFiscalReducaoZVO reZv : agpRedZ.getItens()) { for (ImportacionFiscalReducaoZVO reZv : agpRedZ.getItens()) {