iptdevs-design-system 3.1.631 → 3.1.632

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.
@@ -7383,9 +7383,9 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
7383
7383
  // this.showTable();
7384
7384
  // }
7385
7385
  selectLevels(dataPayment, rowIndex) {
7386
- this.selectedRow = rowIndex;
7387
- this.codSelfFormStepThree.controls['selectedRow'].setValue(rowIndex);
7388
7386
  if (this.codSelfFormStepThree.get('payment_method')?.value == 1) {
7387
+ this.selectedRow = rowIndex;
7388
+ this.codSelfFormStepThree.controls['selectedRow'].setValue(rowIndex);
7389
7389
  this.codSelfFormStepThree.controls['quota_times'].setValue(dataPayment.code);
7390
7390
  this.codSelfFormStepThree.controls['total_price'].setValue(dataPayment.enrollment);
7391
7391
  this.codSelfFormStepThree.controls['program_price'].setValue(dataPayment.financed_price);
@@ -7396,6 +7396,8 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
7396
7396
  this.showTable();
7397
7397
  }
7398
7398
  else if (this.codSelfFormStepThree.get('payment_method')?.value == 2) {
7399
+ this.selectedRow = rowIndex;
7400
+ this.codSelfFormStepThree.controls['selectedRow'].setValue(rowIndex);
7399
7401
  this.codSelfFormStepThree.controls['quota_times'].setValue(dataPayment.code);
7400
7402
  this.codSelfFormStepThree.controls['total_price'].setValue(dataPayment.enrollment);
7401
7403
  this.codSelfFormStepThree.controls['program_price'].setValue(dataPayment.normal_price);