Commit 32355f51dd0aff4155d9cbd8b00d014a4f177bbb

Authored by Thiago Farias
1 parent b1c3949e

AJustes

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
sip_atualizar_versao_modulo_pen.php
... ... @@ -602,6 +602,9 @@ class PenAtualizarSipRN extends PenAtualizadorRN {
602 602 $this->instalarV103();
603 603 $this->instalarV104();
604 604 break;
  605 + case '1.0.3': //Remover depois de usar
  606 + $this->instalarV104();
  607 + break;
605 608 }
606 609 }
607 610  
... ...