Skip to content

Commit

Permalink
fix(CIT): modificar esquema de obra social al dar sobreturno (#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7payne committed Jun 3, 2024
1 parent 02f82f6 commit a4356fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class DarSobreturnoComponent implements OnChanges {

setFinanciador(financiador) {
financiador?.prepaga ?
this.modelo.prepaga = financiador.nombre
this.modelo.prepaga = financiador
:
this.modelo.obraSocial = financiador;
}
Expand Down

0 comments on commit a4356fa

Please sign in to comment.