Code Duplication    Length = 3-3 lines in 2 locations

lib/Sii/Dte/PDF/Dte.php 2 locations

@@ 668-670 (lines=3) @@
665
                $this->MultiTexto('Vence el '.$this->date($IdDoc['FchVenc'], false), $x, null, 'R');
666
            }
667
            // forma de pago nacional
668
            if (!empty($IdDoc['FmaPago'])) {
669
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R');
670
            }
671
            // forma de pago exportación
672
            if (!empty($IdDoc['FmaPagExp'])) {
673
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R');
@@ 672-674 (lines=3) @@
669
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R');
670
            }
671
            // forma de pago exportación
672
            if (!empty($IdDoc['FmaPagExp'])) {
673
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R');
674
            }
675
            // vendedor
676
            if (!empty($CdgVendedor)) {
677
                $this->MultiTexto($this->etiquetas['CdgVendedor'].': '.$CdgVendedor, $x, null, 'R');