From 390264fd51757cc4bd19f4328144b6fdc74daa99 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Sat, 9 Aug 2025 14:46:02 -0300 Subject: [PATCH] =?UTF-8?q?Atualizando=20sa=C3=ADdas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 118c39e..707f1cf 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -772,7 +772,7 @@ class FinancialMovements $this->sql .= ' order by fm.movement_date_scheduled asc '; /** Informa a paginação */ - echo $this->sql .= $this->limit; + $this->sql .= $this->limit; //exit; /** Preparo o SQL para execução */