Skip to content

Commit

Permalink
Fix: remove a restrição de informar obrigatoriamente um fim de valida…
Browse files Browse the repository at this point in the history
…de (fimValid) ao alterar o processo R-1070
  • Loading branch information
gabrielcarvalhohardness committed Apr 18, 2024
1 parent 5c6ffae commit ff95e18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Factories/EvtTabProcesso.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ protected function toNode()
);
} elseif ($this->std->modo == 'ALT') {
//alteracao
if (empty($this->std->fimvalid)) {
throw new \Exception("Numa alteração é obrigatório informar o FIM da VALIDADE do evento anterior.");
}
$node = $this->dom->createElement("alteracao");
$this->dom->addChild(
$ideProcesso,
Expand Down

0 comments on commit ff95e18

Please sign in to comment.