Commit ec3cacdb87fb2ddcb4ec78f091520290f700bd59

Authored by Eric Fernandez
1 parent ab1def30d4
Exists in master

función innecesaria

src/app/comprobantes/comprobantes.component.ts
... ... @@ -24,14 +24,6 @@ export class ComprobantesComponent implements OnInit {
24 24  
25 25 fecha = new Date();
26 26  
27   - filtrar(event: any) {
28   - this.articulosFiltro = this.cuerpo.filter((param)=> {
29   - return
30   - });
31   -
32   - this.paginar();
33   - }
34   -
35 27 paginar() {
36 28  
37 29 var cantPaginas = Math.ceil(this.articulosFiltro.length / 5);