Skip to content

Commit

Permalink
Correção de BUG R2020
Browse files Browse the repository at this point in the history
  • Loading branch information
robmachado committed Oct 27, 2023
1 parent 2d94a58 commit e7f6e3e
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 e7f6e3e

Please sign in to comment.