Commit 725e6958c1721784f55f7e77504f8cd36fdfb267

Authored by Guilherme Andrade Del Cantoni
1 parent bb9fa7db

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,7 +26,7 @@ try {
26 if(get_parent_class(BancoSEI::getInstance()) != 'InfraMySqli') { 26 if(get_parent_class(BancoSEI::getInstance()) != 'InfraMySqli') {
27 $objFiltroDTO->retDthConclusaoAtividade(); 27 $objFiltroDTO->retDthConclusaoAtividade();
28 } 28 }
29 - $objPaginaSEI->prepararPaginacao($objFiltroDTO, 10); 29 + $objPaginaSEI->prepararPaginacao($objFiltroDTO, 50);
30 30
31 BancoSEI::getInstance()->abrirConexao(); 31 BancoSEI::getInstance()->abrirConexao();
32 32