iptdevs-design-system 3.1.322 → 3.1.323

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.
@@ -3203,6 +3203,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3203
3203
  codFormStepOne.controls['english_level'].setValue(data.english_level?.code);
3204
3204
  codFormStepOne.controls['agreement_by_category'].setValue(data.agreement?.code);
3205
3205
  codFormStepOne.controls['course_type'].setValue(data.course_type?.code);
3206
+ codFormStepOne.controls['academic_plan'].setValue(data.course_type?.academic_plan.code);
3206
3207
  this.getAvailibleCourses();
3207
3208
  if (this.isEditCod) {
3208
3209
  this.setDataFromEditCodHistory();