Commit 1272f6adaeb4640dca2f32d0164cb83ec3c91566
1 parent
0f6631c2
Exists in
master
and in
21 other branches
AJustes US042: refs #8517
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
rn/PenAtualizarSeiRN.php
... | ... | @@ -1120,6 +1120,8 @@ class PenAtualizarSeiRN extends PenAtualizadorRN { |
1120 | 1120 | $objDTO->setStrDescricao('Hipótese Legal Padrão'); |
1121 | 1121 | $objBD->alterar($objDTO); |
1122 | 1122 | } else { |
1123 | + $objDTO = new PenParametroDTO(); | |
1124 | + $objDTO->setStrNome('HIPOTESE_LEGAL_PADRAO'); | |
1123 | 1125 | $objDTO->setStrValor(null); |
1124 | 1126 | $objDTO->setStrDescricao('Hipótese Legal Padrão'); |
1125 | 1127 | $objBD->cadastrar($objDTO); | ... | ... |