Atualizando FinancialCategorys.class.php
This commit is contained in:
parent
0adecd3080
commit
b2bc52ef45
1 changed files with 1 additions and 1 deletions
2
vendor/model/FinancialCategories.class.php
vendored
2
vendor/model/FinancialCategories.class.php
vendored
|
|
@ -108,7 +108,7 @@ class FinancialCategories
|
|||
$this->type = $type;
|
||||
|
||||
/** Consulta SQL */
|
||||
$this->sql = 'select * from financial_categories where type = \''.$this->type.'\'';
|
||||
$this->sql = 'select * from financial_categories where type = \''.$this->type.'\' order byn description asc';
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue