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