Skip to content

Commit

Permalink
Merge pull request #157 from robmachado/master
Browse files Browse the repository at this point in the history
Correção de BUG R2020
  • Loading branch information
robmachado authored Oct 27, 2023
2 parents 2d94a58 + e7f6e3e commit 261c401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factories/EvtServPrest.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ protected function toNode()
$this->dom->addChild(
$infoTpServ,
"vlrServicos25",
!self::format($its->vlrservicos25 ?? null, 2, $this->decimalSeparator),
self::format($its->vlrservicos25 ?? null, 2, $this->decimalSeparator),
false
);
$this->dom->addChild(
Expand Down

0 comments on commit 261c401

Please sign in to comment.