Commit 725e6958c1721784f55f7e77504f8cd36fdfb267
1 parent
bb9fa7db
Exists in
master
and in
7 other branches
Alterado paginação de processos enviados externamente para 50 itens
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pen_procedimento_expedido_listar.php
... | ... | @@ -26,7 +26,7 @@ try { |
26 | 26 | if(get_parent_class(BancoSEI::getInstance()) != 'InfraMySqli') { |
27 | 27 | $objFiltroDTO->retDthConclusaoAtividade(); |
28 | 28 | } |
29 | - $objPaginaSEI->prepararPaginacao($objFiltroDTO, 10); | |
29 | + $objPaginaSEI->prepararPaginacao($objFiltroDTO, 50); | |
30 | 30 | |
31 | 31 | BancoSEI::getInstance()->abrirConexao(); |
32 | 32 | ... | ... |