Skip to content

Commit

Permalink
Merge pull request #406 from robmachado/master
Browse files Browse the repository at this point in the history
ajuste Trait1299 ISSUE #405
  • Loading branch information
robmachado authored Feb 18, 2022
2 parents eeff94d + dca3ab1 commit b55ba59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Factories/Traits/TraitS1299.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ protected function toNode250()
//$this->xml = $this->dom->saveXML($this->eSocial);
$this->sign();
}

/**
* builder for version S.1.0.0
*/
Expand All @@ -151,7 +151,7 @@ protected function toNodeS100()
$this->dom->addChild(
$ideEvento,
"indGuia",
$this->std->indguia,
!empty($this->std->indguia) ? $this->std->indguia : null,
false
);
$this->dom->addChild(
Expand Down

0 comments on commit b55ba59

Please sign in to comment.