Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 633-635 (lines=3) @@
630
                $this->MultiTexto('PerĂ­odo del '.date('d/m/y', strtotime($IdDoc['PeriodoDesde'])).' al '.date('d/m/y', strtotime($IdDoc['PeriodoHasta'])), $x, null, 'R');
631
            }
632
            // pago anticicado
633
            if (!empty($IdDoc['FchCancel'])) {
634
                $this->MultiTexto('Pagado el '.$this->date($IdDoc['FchCancel'], false), $x, null, 'R');
635
            }
636
            // fecha vencimiento
637
            if (!empty($IdDoc['FchVenc'])) {
638
                $this->MultiTexto('Vence el '.$this->date($IdDoc['FchVenc'], false), $x, null, 'R');
@@ 637-639 (lines=3) @@
634
                $this->MultiTexto('Pagado el '.$this->date($IdDoc['FchCancel'], false), $x, null, 'R');
635
            }
636
            // fecha vencimiento
637
            if (!empty($IdDoc['FchVenc'])) {
638
                $this->MultiTexto('Vence el '.$this->date($IdDoc['FchVenc'], false), $x, null, 'R');
639
            }
640
            // forma de pago nacional
641
            if (!empty($IdDoc['FmaPago'])) {
642
                $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R');