Atualizando financial_categories_datagrid.php
This commit is contained in:
parent
24c46fc962
commit
48228c4639
1 changed files with 2 additions and 2 deletions
4
vendor/model/FinancialCategories.class.php
vendored
4
vendor/model/FinancialCategories.class.php
vendored
|
|
@ -140,7 +140,7 @@ class FinancialCategories
|
|||
/** Verifica se alguma descrição foi informada */
|
||||
if($this->description){
|
||||
|
||||
$this->sql .= ' and description like :description ';
|
||||
$this->sql .= ' and description like (:description) ';
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -180,7 +180,7 @@ class FinancialCategories
|
|||
/** Verifica se alguma descrição foi informada */
|
||||
if($this->description){
|
||||
|
||||
$this->sql .= ' and description like :description ';
|
||||
$this->sql .= ' and description like (:description) ';
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue