Skip to content

Commit

Permalink
ajuste nAdicao é opcional
Browse files Browse the repository at this point in the history
  • Loading branch information
robmachado committed Oct 16, 2024
1 parent d339a57 commit 5eabcea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Make.php
Original file line number Diff line number Diff line change
Expand Up @@ -2316,8 +2316,8 @@ public function tagadi(stdClass $std): DOMElement
$this->dom->addChild(
$adi,
"nAdicao",
$std->nAdicao,
true,
$std->nAdicao ?? null,
false,
$identificador . "[item $std->item] Número da Adição"
);
$this->dom->addChild(
Expand Down

0 comments on commit 5eabcea

Please sign in to comment.