Skip to content

Commit

Permalink
Merge pull request #1090 from djonatant/indIEDest-string-type
Browse files Browse the repository at this point in the history
fix: indIEDest String Value
  • Loading branch information
robmachado authored Feb 7, 2025
2 parents 168f3fe + 1f48382 commit adaad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Make.php
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ public function tagdest(stdClass $std): DOMElement
$std->indIEDest = 2;
}
if ($this->mod == '65') {
$std->indIEDest = 9;
$std->indIEDest = '9';
if (empty($std->xNome)) {
$flagNome = false; //marca se xNome é ou não obrigatório
}
Expand Down

0 comments on commit adaad41

Please sign in to comment.