fixed overtime assignment issue

MOE-PHASE-2
umasoodch 2 years ago
parent db2b1bda56
commit 133c8ecc9d

@ -990,7 +990,7 @@ export class AddEitComponent implements OnInit {
let text = x.value;
let val = x.dataset.colmText;
if (this.eitResponse[j].DISPLAY_FLAG == "N" && this.eitResponse[i].REQUIRED_FLAG == "Y" && !val) {
if (this.eitResponse[j].DISPLAY_FLAG == "N" && this.eitResponse[j].REQUIRED_FLAG == "Y" && !val) {
const attributeValue = x.getAttribute('value');
val = attributeValue ? attributeValue : '';
}

Loading…
Cancel
Save