From 0a41f0b94b8c9b1a7be497402df0eafb7b0659ab Mon Sep 17 00:00:00 2001 From: Matheus Ryndack Date: Tue, 22 Oct 2024 20:34:02 -0300 Subject: [PATCH] =?UTF-8?q?Remo=C3=A7=C3=A3o=20do=20valor=20total=20da=20N?= =?UTF-8?q?Fe=20do=20DanfeEtiqueta,=20conforme=20Nota=20T=C3=A9cnica=20202?= =?UTF-8?q?0.004=20-=20v.1.10=20-=20Publicada=20em=2019/08/2024?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NFe/DanfeEtiqueta.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/NFe/DanfeEtiqueta.php b/src/NFe/DanfeEtiqueta.php index 22779d52..c3812206 100644 --- a/src/NFe/DanfeEtiqueta.php +++ b/src/NFe/DanfeEtiqueta.php @@ -193,7 +193,6 @@ protected function monta( $y = $this->bloco3($y); $y = $this->bloco4($y); $y = $this->bloco5($y); - $y = $this->bloco6($y); } protected function bloco1($y) @@ -395,16 +394,6 @@ protected function bloco4($y) } protected function bloco5($y) - { - $total = number_format($this->getTagValue($this->ICMSTot, 'vNF'), 2, ',', '.'); - $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+3); - return $y+2; - } - - protected function bloco6($y) { if (!empty($this->compra)) { $pedido = $this->getTagValue($this->compra, 'xPed');