Implementa rendimentos de aplicações.
[cascardo/declara.git] / lib / isento.c
index c655f48..75de486 100644 (file)
@@ -41,6 +41,11 @@ static int isento_totais_update(struct declaracao *dec, struct isento *isento)
                r += totais_add(dec, "ISENTOS", isento->valor);
                r += totais_add(dec, "ISENTOSTIT", isento->valor);
                break;
+       case 99:
+               r = totais_add(dec, "APLICACOES", isento->valor);
+               r += totais_add(dec, "EXCLUSIVOS", isento->valor);
+               r += totais_add(dec, "EXCLUSIVOSTIT", isento->valor);
+               break;
        }
        return r;
 }