Skip to content

Commit

Permalink
Merge pull request #600 from andersonls/fix/linha-torta-danfe-etiqueta
Browse files Browse the repository at this point in the history
Corrige linha torta no DanfeEtiqueta
  • Loading branch information
robmachado authored Apr 20, 2024
2 parents e0b0bc6 + 6dff9ae commit 80bbac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NFe/DanfeEtiqueta.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ protected function bloco5($y)
$texto = "Valor TOTAL da NFe: R$ $total";
$aFont = ['font' => $this->fontePadrao, 'size' => 10, 'style' => 'B'];
$y += $this->pdf->textBox($this->margem, $y, $this->wPrint, 6, $texto, $aFont, 'C', 'C', false, '', true);
$this->pdf->line($this->margem, $y+3, $this->wPrint+$this->margem, $y+2);
$this->pdf->line($this->margem, $y+3, $this->wPrint+$this->margem, $y+3);
return $y+2;
}

Expand Down

0 comments on commit 80bbac7

Please sign in to comment.