Selaa lähdekoodia

Correccion en cambio de estado de liquidado a finalizado

Oscar José Nuñez Chávez 5 vuotta sitten
vanhempi
commit
d065762bb6

+ 1 - 1
src/app/components/investment-proposals/investment-proposals.component.ts

@@ -475,7 +475,7 @@ export class InvestmentProposalsComponent implements OnInit {
 
             for (let i = 0; i < this.userList.length; i++) {
               let html_input: HTMLInputElement = document.getElementById(
-                this.userList[i].name
+                "next-" + this.userList[i].name
               ) as HTMLInputElement;
               if (html_input != null) {
                 let html_value: string = html_input.value;