Atualizando financial_categories_datagrid.php

This commit is contained in:
Kenio 2025-08-18 14:23:02 -03:00
parent 24c46fc962
commit 48228c4639

View file

@ -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) ';
}