iptdevs-design-system 2.7.70 → 2.7.71

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.
@@ -2964,8 +2964,8 @@ class CodFormStepTwoComponent extends CodFormSteps {
2964
2964
  // this.codFormStepTwo.controls['state'].setValue(this.initialData.student.id_card);
2965
2965
  // this.codFormStepTwo.controls['city'].setValue(this.initialData.student.city);
2966
2966
  this.codFormStepTwo.controls['gender'].setValue(this.initialData.student.gender);
2967
- this.codFormStepTwo.controls['grade'].setValue(this.adicinfoData.grade);
2968
- this.codFormStepTwo.controls['student_occupation'].setValue(this.adicinfoData.occupation);
2967
+ // this.codFormStepTwo.controls['grade'].setValue(this.adicinfoData.grade);
2968
+ // this.codFormStepTwo.controls['student_occupation'].setValue(this.adicinfoData.occupation);
2969
2969
  this.codFormStepTwo.controls['nickname'].setValue(this.initialData.student.nick_name);
2970
2970
  this.codFormStepTwo.controls['student_phone_indicative'].setValue(this.initialData.student.phone_indicative);
2971
2971
  this.codFormStepTwo.controls['student_phone_number'].setValue(this.initialData.student.phone_number);