Commit ec3cacdb87fb2ddcb4ec78f091520290f700bd59
1 parent
ab1def30d4
Exists in
master
función innecesaria
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
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); |