Atualizando FinancialCategorys.class.php
This commit is contained in:
parent
6adb3ce274
commit
0adecd3080
1 changed files with 1 additions and 1 deletions
2
vendor/model/FinancialCategories.class.php
vendored
2
vendor/model/FinancialCategories.class.php
vendored
|
|
@ -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 */
|
/** Preparo o SQL para execução */
|
||||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue