Skip to content

Commit

Permalink
fix(reporte): agrega reporte por prestación (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
condorpiedra authored Sep 16, 2021
1 parent 253a612 commit d880579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/reportes/encabezadoReportes.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ export class EncabezadoReportesComponent implements OnInit {
this.opciones = [{
id: 1,
nombre: 'Reporte C2'
}, {
id: 3,
nombre: 'Consultas por prestación'
}];
this.tipoReportes = this.opciones[0];
}
Expand Down

0 comments on commit d880579

Please sign in to comment.