X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=rendimento.c;h=1f6cb82a38b507461d42c2cddde4d3f4992f29df;hb=ae7d1cdda9a71ffb6f7210562cdedfa8d7995e08;hp=3a3de23c5d56b917711f839f90c1f8eff4ba2e7a;hpb=de0d62e44c60a060207cb6d810eec07ac5cc333b;p=cascardo%2Fdeclara.git diff --git a/rendimento.c b/rendimento.c index 3a3de23..1f6cb82 100644 --- a/rendimento.c +++ b/rendimento.c @@ -93,6 +93,7 @@ static int run_rendimento(struct declaracao *dec, char **args, int argc) } r = totais_add(dec, "RENDPJ", rendimento->rendimento); r += totais_add(dec, "RENDPJTIT", rendimento->rendimento); + r += totais_add(dec, "INSS", rendimento->previdencia); if (r) { rendimento_free(rendimento); return r;