@csmart/ngc-smart-victim 1.14.20 → 1.14.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1005,7 +1005,6 @@ class SmartVictimDetailComponent {
1005
1005
  //required field end
1006
1006
  if (this.victimDetail != null) {
1007
1007
  // edit record
1008
- this.homePhoneControl.setValue(this.victimDetail.homePhone);
1009
1008
  this.editMode = true;
1010
1009
  this.showDelete = true;
1011
1010
  this.victimId = this.victimDetail.victimId;
@@ -1583,7 +1582,7 @@ class SmartVictimDetailComponent {
1583
1582
  this.victimDetail.birthDate = this.victimForm.value.birthDate;
1584
1583
  this.victimDetail.genderCode = this.victimForm.value.genderCode;
1585
1584
  this.victimDetail.minorFlag = this.victimForm.value.minorFlag;
1586
- //this.victimDetail.homePhone = this.victimForm.value.homePhone;
1585
+ this.victimDetail.homePhone = this.victimForm.value.homePhone;
1587
1586
  console.log('this.victimForm.value.homePhone');
1588
1587
  console.log(this.victimForm.value.homePhone);
1589
1588
  console.log('this.victimDetail.homePhone');
@@ -1717,7 +1716,6 @@ class SmartVictimDetailComponent {
1717
1716
  });
1718
1717
  }
1719
1718
  } //end of this.phoneValidationFlag = false
1720
- console.log('11/7/23');
1721
1719
  console.log('this.victimDetail');
1722
1720
  console.log(this.victimDetail);
1723
1721
  this.onSave.emit(this.victimDetail);