Selaa lähdekoodia

Merge branch 'features-o' of onunez/frontend-inversiones into development

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

+ 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;