Commit 32355f51dd0aff4155d9cbd8b00d014a4f177bbb
1 parent
b1c3949e
Exists in
master
and in
21 other branches
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,6 +602,9 @@ class PenAtualizarSipRN extends PenAtualizadorRN { | ||
602 | $this->instalarV103(); | 602 | $this->instalarV103(); |
603 | $this->instalarV104(); | 603 | $this->instalarV104(); |
604 | break; | 604 | break; |
605 | + case '1.0.3': //Remover depois de usar | ||
606 | + $this->instalarV104(); | ||
607 | + break; | ||
605 | } | 608 | } |
606 | } | 609 | } |
607 | 610 |