Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 525-527 (lines=3) @@
522
                $this->MultiTexto('Vence el '.$this->date($IdDoc['FchVenc'], false), $x, null, 'R');
523
            }
524
            // forma de pago nacional
525
            if (!empty($IdDoc['FmaPago'])) {
526
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R');
527
            }
528
            // forma de pago exportación
529
            if (!empty($IdDoc['FmaPagExp'])) {
530
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R');
@@ 529-531 (lines=3) @@
526
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R');
527
            }
528
            // forma de pago exportación
529
            if (!empty($IdDoc['FmaPagExp'])) {
530
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R');
531
            }
532
            // vendedor
533
            if (!empty($CdgVendedor)) {
534
                $this->MultiTexto('Vendedor: '.$CdgVendedor, $x, null, 'R');