Atualizando config
This commit is contained in:
parent
429e687080
commit
569a6afa18
1 changed files with 1 additions and 2 deletions
3
vendor/view/documents/documents_datagrid.php
vendored
3
vendor/view/documents/documents_datagrid.php
vendored
|
|
@ -33,8 +33,7 @@ if($Main->verifyToken()){
|
|||
$max = isset($settings->{'app'}->{'datagrid'}->{'rows'}) ? $settings->{'app'}->{'datagrid'}->{'rows'} : 20;
|
||||
|
||||
/** Consulta a quantidade de registros */
|
||||
echo $NumberRecords = $Documents->Count((int)$documentsCategorysId, (string)$tag, (string)$label, null)->qtde;
|
||||
exit;
|
||||
$NumberRecords = $Documents->Count((int)$documentsCategorysId, (string)$tag, (string)$label, null);
|
||||
|
||||
/** Cores do card */
|
||||
$colors = [ 'success', 'info', 'warning', 'danger', 'secondary'];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue