Atualizando financial_categories_datagrid.php
This commit is contained in:
parent
2a50794e01
commit
c18e89e329
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ if($Main->verifyToken()){
|
|||
$max = isset($settings->{'app'}->{'datagrid'}->{'rows'}) ? $settings->{'app'}->{'datagrid'}->{'rows'} : 20;
|
||||
|
||||
/** Parametros de consulta */
|
||||
$description = isset($_POST['search']) ? (string)filter_input(INPUT_POST,'search', FILTER_SANITIZE_SPECIAL_CHARS) : '%';
|
||||
$description = isset($_POST['search']) ? (string)filter_input(INPUT_POST,'search', FILTER_SANITIZE_SPECIAL_CHARS) : '';
|
||||
|
||||
/** Verifica se a consulta foi informada */
|
||||
if( !empty($description) ){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue