Commit 59147ea6b5ce6c56a01a216d607260770622573d
1 parent
410a0298
Exists in
master
and in
1 other branch
Ajustes
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
pen_map_unidade_cadastrar.php
| ... | ... | @@ -177,7 +177,7 @@ function onSubmit() { |
| 177 | 177 | var field = jQuery('select[name=id_unidade]', form); |
| 178 | 178 | |
| 179 | 179 | if(field.val() === 'null' || field.val() == ''){ |
| 180 | - alert('Nenhuma "Unidades - SEI Anatel" foi selecionada'); | |
| 180 | + alert('Nenhuma "Unidades - SEI <?php print $objSessao->getStrSiglaOrgaoUnidadeAtual(); ?>" foi selecionada'); | |
| 181 | 181 | field.focus(); |
| 182 | 182 | return false; |
| 183 | 183 | } |
| ... | ... | @@ -202,7 +202,7 @@ $objPagina->abrirBody($strTitulo,'onload="inicializar();"'); |
| 202 | 202 | <?php $objPagina->abrirAreaDados('12em'); ?> |
| 203 | 203 | |
| 204 | 204 | <div> |
| 205 | - <label for="id_unidade" class="infraLabelObrigatorio">Unidades - SEI Anatel:</label> | |
| 205 | + <label for="id_unidade" class="infraLabelObrigatorio">Unidades - SEI <?php print $objSessao->getStrSiglaOrgaoUnidadeAtual(); ?>:</label> | |
| 206 | 206 | |
| 207 | 207 | <select name="id_unidade" class="input-field-first" > |
| 208 | 208 | <?php print InfraINT::montarSelectArray('', 'Selecione', $objPenUnidadeDTO->getNumIdUnidade(), $arrMapIdUnidade); ?> | ... | ... |
rn/PenAtualizarSeiRN.php
| ... | ... | @@ -1020,7 +1020,7 @@ class PenAtualizarSeiRN extends PenAtualizadorRN { |
| 1020 | 1020 | $objHipoteseLegalDTO->retNumIdHipoteseLegal(); |
| 1021 | 1021 | $objHipoteseLegalDTO->retStrNome(); |
| 1022 | 1022 | |
| 1023 | - $objHipoteseLegalBD = new HipoteseLegalBD($this->inicializarObjInfraIBanco()); | |
| 1023 | + /* $objHipoteseLegalBD = new HipoteseLegalBD($this->inicializarObjInfraIBanco()); | |
| 1024 | 1024 | $arrMapIdHipoteseLegal = InfraArray::converterArrInfraDTO($objHipoteseLegalBD->listar($objHipoteseLegalDTO), 'Nome', 'IdHipoteseLegal'); |
| 1025 | 1025 | |
| 1026 | 1026 | if(!empty($arrMapIdHipoteseLegal)) { |
| ... | ... | @@ -1045,7 +1045,7 @@ class PenAtualizarSeiRN extends PenAtualizadorRN { |
| 1045 | 1045 | |
| 1046 | 1046 | $fnCadastrar($numIdHipoteseLegal, $strNome); |
| 1047 | 1047 | } |
| 1048 | - } | |
| 1048 | + }*/ | |
| 1049 | 1049 | |
| 1050 | 1050 | $objMetaBD = $this->inicializarObjMetaBanco(); |
| 1051 | 1051 | ... | ... |