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