From 319647a15ae95d43026a0594724bcb4e980c845a Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Mon, 4 Aug 2025 19:35:35 -0300 Subject: [PATCH] Debug --- 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 9508418..d6c7f5b 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -881,7 +881,7 @@ class FinancialMovements $this->sql .= $this->and; /** Informe o periodo entre datas */ - echo $this->sql .= $this->between; + $this->sql .= $this->between; /** Preparo o SQL para execução */ $this->stmt = $this->connection->connect()->prepare($this->sql);