Browse Source

Correccion en cambio de estado de liquidado a finalizado

Oscar José Nuñez Chávez 5 năm trước cách đây
mục cha
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++) {
             for (let i = 0; i < this.userList.length; i++) {
               let html_input: HTMLInputElement = document.getElementById(
               let html_input: HTMLInputElement = document.getElementById(
-                this.userList[i].name
+                "next-" + this.userList[i].name
               ) as HTMLInputElement;
               ) as HTMLInputElement;
               if (html_input != null) {
               if (html_input != null) {
                 let html_value: string = html_input.value;
                 let html_value: string = html_input.value;