diff --git a/src/Factories/EvtTabProcesso.php b/src/Factories/EvtTabProcesso.php index af1af47..4917b05 100755 --- a/src/Factories/EvtTabProcesso.php +++ b/src/Factories/EvtTabProcesso.php @@ -99,7 +99,7 @@ protected function toNode() $this->dom->addChild( $ideProcesso, "fimValid", - null, + !empty($this->std->fimvalid) ? $this->std->fimvalid : null, false ); $this->dom->addChild( @@ -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,