Skip to content

Commit

Permalink
Update Financeiro.php (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
barretowiisk authored Sep 19, 2023
1 parent 0c5308d commit 023dee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/Financeiro.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public function lancamentos()
$where = "data_vencimento >= '$dateString'";
} else {
$where .= " AND data_vencimento >= '$date'";
}
}

if (!empty($vencimento_ate)) {
Expand Down

2 comments on commit 023dee1

@cezargf
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barretowiisk, a remoção da chave de fechamento da instrução foi proposital?

PS.: Caso não tenha sido, espero ter ajudado.

@barretowiisk
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Foi sim @cezargf, devido a ela estava ocorrendo um erro na página.

Please sign in to comment.