iptdevs-design-system 2.7.135 → 2.7.136

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.
@@ -2858,9 +2858,9 @@ class CodFormStepOneComponent extends CodFormSteps {
2858
2858
  selectAcademicPlan(academic_plan) {
2859
2859
  if (academic_plan !== 'Plan') {
2860
2860
  this.codFormStepOne.controls['academic_plan'].setValue(academic_plan);
2861
- this.codFormStepOne.controls['agreement_by_category'].setValue(null);
2862
- this.codFormStepOne.controls['school_name'].setValue(null);
2863
- this.codFormStepOne.controls['course_type'].setValue(null);
2861
+ // this.codFormStepOne.controls['agreement_by_category'].setValue(null);
2862
+ // this.codFormStepOne.controls['school_name'].setValue(null);
2863
+ // this.codFormStepOne.controls['course_type'].setValue(null);
2864
2864
  this.getCourseType(academic_plan);
2865
2865
  this.getAgreementByPlan(academic_plan);
2866
2866
  }