Code Duplication    Length = 3-3 lines in 2 locations

lib/Sii/PDF/Dte.php 2 locations

@@ 674-676 (lines=3) @@
671
                $this->MultiTexto('Vence el '.$this->date($IdDoc['FchVenc'], false), $x, null, 'R');
672
            }
673
            // forma de pago nacional
674
            if (!empty($IdDoc['FmaPago'])) {
675
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R');
676
            }
677
            // forma de pago exportación
678
            if (!empty($IdDoc['FmaPagExp'])) {
679
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R');
@@ 678-680 (lines=3) @@
675
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R');
676
            }
677
            // forma de pago exportación
678
            if (!empty($IdDoc['FmaPagExp'])) {
679
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R');
680
            }
681
            // vendedor
682
            if (!empty($CdgVendedor)) {
683
                $this->MultiTexto('Vendedor: '.$CdgVendedor, $x, null, 'R');