Skip to content

Commit

Permalink
Merge pull request #399 from robmachado/master
Browse files Browse the repository at this point in the history
correção S1200 v2.50
  • Loading branch information
robmachado authored Feb 4, 2022
2 parents 9e83b48 + 24d9a84 commit 60d3e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Factories/Traits/TraitS1200.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ protected function toNode250()
$infoInterm = $this->dom->createElement("infoInterm");
$this->dom->addChild(
$infoInterm,
"dia",
$this->std->infointerm->dia,
"qtdDiasInterm",
$this->std->infointerm->qtddiasinterm,
true
);
$ide->appendChild($infoInterm);
Expand Down

0 comments on commit 60d3e67

Please sign in to comment.