From d91cf20de0d131bdd8bda4ad5bb867b0273faca9 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 27 Aug 2025 09:57:13 -0300 Subject: [PATCH] Atualizando FinancialCategorys.class.php --- vendor/model/FinancialMovements.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index 659de5d..61d379d 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -914,7 +914,7 @@ class FinancialMovements $this->sql .= $this->and; /** Informe o periodo entre datas */ - $this->sql .= $this->between; + echo $this->sql .= $this->between; /** Preparo o SQL para execução */ $this->stmt = $this->connection->connect()->prepare($this->sql);