iptdevs-design-system 3.1.177 → 3.1.178

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.
@@ -3136,9 +3136,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3136
3136
  if (this.initialData != null) {
3137
3137
  console.log(this.initialData);
3138
3138
  this.setDataFromUserHistory();
3139
- // this.codFormStepOne.controls['course_type'].valueChanges
3140
- // .subscribe(value => this.communicatorService.setCurrentCourseType(value));
3141
- // this.communicatorService.setCurrentAgreement(this.localStorageCOD.getCodFormData(1, 'agreement_by_category')!);
3139
+ this.getAgreementByPlan(this.initialData.course_type.academic_plan.code);
3142
3140
  }
3143
3141
  }
3144
3142
  }