Atualizando FinancialCategorys.class.php

This commit is contained in:
Kenio 2025-08-27 09:42:55 -03:00
parent 6adb3ce274
commit 0adecd3080

View file

@ -144,7 +144,7 @@ class FinancialCategories
}
$this->sql .= ' order by description asc' . $this->limit;
$this->sql .= ' order by description asc ' . $this->limit;
/** Preparo o SQL para execução */
$this->stmt = $this->connection->connect()->prepare($this->sql);