From 97a7dfaa1da2b161c52039ab85feafe0d9ad3cd2 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 30 Apr 2018 17:38:42 -0300 Subject: [PATCH] =?utf8?q?Pagamento=20de=20psic=C3=B3logo=20=C3=A9=20despe?= =?utf8?q?sa=20m=C3=A9dica.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/pagamento.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pagamento.c b/lib/pagamento.c index 59fbb66..7dc0e95 100644 --- a/lib/pagamento.c +++ b/lib/pagamento.c @@ -41,6 +41,7 @@ static int pagamento_totais_update(struct declaracao *dec, struct pagamento *pag } switch (pagamento->codigo) { case 10: + case 12: case 21: case 26: r += totais_add(dec, "MEDICAS", pagamento->pagamento - pagamento->reembolso); @@ -176,6 +177,7 @@ static int pagamento_medico(struct pagamento *pagamento) { switch (pagamento->codigo) { case 10: + case 12: case 21: case 26: return 1; -- 2.20.1