Skip to content

Commit

Permalink
fix(CIT): corrige bug de obra social al generar el comprobante (#2967)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCele authored Jan 5, 2024
1 parent 1088457 commit 49c94b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class TurnosPacienteComponent implements OnInit {
}

setFinanciador(financiador) {
this.financiador = financiador;
this.financiador = financiador.nombre;
}

cambiarMotivo() {
Expand Down

0 comments on commit 49c94b6

Please sign in to comment.