X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fdeclara.git;a=blobdiff_plain;f=lib%2Fgera.c;h=2a2e8ee4b73bdf569c6e6b1293475ea8482cc439;hp=212ca95d0dfc775a3f58cb2620fc0a1a112c488d;hb=0c77162abe4c332f48b441830ea244765cc8d294;hpb=168fac475fcd8b8dbdc1836ebfb6ffe739dba6b0 diff --git a/lib/gera.c b/lib/gera.c index 212ca95..2a2e8ee 100644 --- a/lib/gera.c +++ b/lib/gera.c @@ -260,7 +260,8 @@ static void gera_simples(struct declaracao *dec, FILE *f) fprintf(f, "%013lld", 0); /* TODO: retido na fonte (Lei 11.033) */ fprintf(f, "%013lld", 0); /* TODO: 13o. dependentes */ fprintf(f, "%013lld", 0); /* TODO: lucros dependentes */ - fprintf(f, "%013lld", totais_get(dec, "ISENTOSDEP")); /* isentos dependentes */ + /* O IRPF imprime 0 aqui mesmo com doações e poupança. */ + fprintf(f, "%013lld", 0); /* isentos dependentes */ fprintf(f, "%013lld", totais_get(dec, "EXCLUSIVOSDEP")); /* exclusivos dependentes */ fprintf(f, "%-13.13s", ""); /* FILLER */ fprintf(f, "%-13.13s", ""); /* FILLER */