Skip to content

Commit

Permalink
Correcao vlr relatorio saldo entradas
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltonbruce committed Dec 6, 2021
1 parent 96c2ecf commit 3e5b3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/tes/histFinanceiroIgreja.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
}
break;
case 5:
if ($contas['credito']>'979' && $contas['credito']<'1000') {
if ($contas['credito']>'949' && $contas['credito']<'980') {
//Oferta Infantil
$$ofi += $valor;
$$ofiSem += $valor;
Expand All @@ -181,7 +181,7 @@
break;
default:

if ($contas['credito']>'429' && $contas['credito']<'440') {
if ($contas['credito']>'899' && $contas['credito']<'950') {
if ($dev>7 && $dev<13) {
//Oferta Mocidade
$$ofmoc += $valor;
Expand Down
1 change: 1 addition & 0 deletions relatorio/cartaoImprimiModelo.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
<div id="Pastor"><b><?PHP echo strtoupper(toUpper($igreja->pastor()));?></b><p>
<?php echo $cargosPR->descricao();?></p>
</div>
<div id="assinPastor"></div>
</body>

</html>
Expand Down

0 comments on commit 3e5b3cb

Please sign in to comment.