Code Duplication    Length = 3-3 lines in 2 locations

lib/Sii/PDF/Dte.php 2 locations

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