Skip to content

Commit

Permalink
Corrigindo erro causado por mau fechamento do arquivo MdPetIntSerieRN…
Browse files Browse the repository at this point in the history
….php
  • Loading branch information
gabriel9nc committed Jul 5, 2024
1 parent b643904 commit 436ef70
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions sei/web/modulos/peticionamento/rn/MdPetIntSerieRN.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?
/**
* TRIBUNAL REGIONAL FEDERAL DA 4ª REGIÃO
* TRIBUNAL REGIONAL FEDERAL DA 4ª REGIÃO
*
* 07/12/2016 - criado por Marcelo Bezerra
*
* Versão do Gerador de Código: 1.39.0
* Versão do Gerador de Código: 1.39.0
*/

require_once dirname(__FILE__) . '/../../../SEI.php';
Expand Down Expand Up @@ -37,7 +37,7 @@ protected function inicializarObjInfraIBanco()
private function validarNumIdSerie(MdPetIntSerieDTO $objMdPetIntSerieDTO, InfraException $objInfraException)
{
if (InfraString::isBolVazia($objMdPetIntSerieDTO->getNumIdSerie())) {
$objInfraException->adicionarValidacao('Tipo de Documento não informado.');
$objInfraException->adicionarValidacao('Tipo de Documento não informado.');
}
}

Expand Down Expand Up @@ -101,7 +101,7 @@ protected function excluirControlado($arrObjMdPetIntSerieDTO)
{
try {

//Valida Permissao TODO Refatorar a tela de cadastro para ajustar e alterar e só excluir quando necessário.
//Valida Permissao TODO Refatorar a tela de cadastro para ajustar e alterar e só excluir quando necessário.
//SessaoSEI::getInstance()->validarAuditarPermissao('md_pet_int_serie_excluir', __METHOD__, $arrObjMdPetIntSerieDTO);

//Regras de Negocio
Expand Down Expand Up @@ -192,6 +192,3 @@ protected function contarConectado(MdPetIntSerieDTO $objMdPetIntSerieDTO)
}

}

?>

0 comments on commit 436ef70

Please sign in to comment.