From 126c20613707ca46a1d7f2a12f3a370fe98e4f9f Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Sat, 9 Aug 2025 15:44:38 -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 da0d700..6baf312 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -768,7 +768,7 @@ class FinancialMovements $this->sql .= ' order by fm.movement_date_scheduled asc '; /** Informa a paginação */ - $this->sql .= $this->limit; + echo $this->sql .= $this->limit; //exit; /** Preparo o SQL para execução */