Commit e97569c85e631836d732c726273fa56ccadb3222

Authored by Guilherme Andrade Del Cantoni
2 parents 0d2ff516 3d98c9e6

Resolução de conflito de merge

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
rn/ProcessoEletronicoRN.php
... ... @@ -274,8 +274,7 @@ class ProcessoEletronicoRN extends InfraRN {
274 274 $objEstrutura->hierarquia->nivel = array($objEstrutura->hierarquia->nivel);
275 275 }
276 276  
277   - $objEstrutura->hierarquia->nivel = (array) $objEstrutura->hierarquia->nivel;
278   - foreach ($objEstrutura->hierarquia->nivel as &$objNivel) {
  277 + foreach ($objEstrutura->hierarquia->nivel as &$objNivel) {
279 278 $objNivel->nome = utf8_decode($objNivel->nome);
280 279 }
281 280 }
... ...