Skip to content

Commit

Permalink
fix(Make::class) : ISSUE nfephp-org#681 - tagCOFINSST seleção entre c…
Browse files Browse the repository at this point in the history
…ampos
  • Loading branch information
robmachado committed Jun 18, 2019
1 parent 409f216 commit 563fc1a
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 @@ -5241,7 +5241,7 @@ public function tagCOFINSST(stdClass $std)
true,
"[item $std->item] Alíquota da COFINS (em percentual)"
);
} else {
} else {
$this->dom->addChild(
$cofinsst,
"qBCProd",
Expand All @@ -5256,7 +5256,7 @@ public function tagCOFINSST(stdClass $std)
true,
"[item $std->item] Alíquota da COFINS (em reais)"
);
}
}
$this->dom->addChild(
$cofinsst,
"vCOFINS",
Expand Down

0 comments on commit 563fc1a

Please sign in to comment.