X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fisento.c;h=f07880440693ac75545674bb93f26735f0abaa1f;hb=0b22977d12118a82204491be403fed3c49c4bfd7;hp=75de486efb569f603a6ca821dd5350fd1690d1c0;hpb=078b86ddb0979f714d602c7d831947156c0f14d0;p=cascardo%2Fdeclara.git diff --git a/lib/isento.c b/lib/isento.c index 75de486..f078804 100644 --- a/lib/isento.c +++ b/lib/isento.c @@ -31,6 +31,11 @@ static int isento_totais_update(struct declaracao *dec, struct isento *isento) { int r = 0; switch (isento->codigo) { + case 82: + r = totais_add(dec, "DOACOES", isento->valor); + r += totais_add(dec, "ISENTOS", isento->valor); + r += totais_add(dec, "ISENTOSTIT", isento->valor); + break; case 96: r = totais_add(dec, "PLR", isento->valor); r += totais_add(dec, "EXCLUSIVOS", isento->valor);