iptdevs-design-system 3.1.241 → 3.1.242

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.
@@ -3144,7 +3144,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3144
3144
  if (changes['dataPreviusCodData'] && this.dataPreviusCodData != null) {
3145
3145
  this.processData(this.dataPreviusCodData);
3146
3146
  const { codFormStepOne } = this;
3147
- if (!this.dataPreviusCodData.edit_course_payment) {
3147
+ if (this.dataPreviusCodData.edit_course_payment) {
3148
3148
  // Deshabilitar edición
3149
3149
  codFormStepOne.disable();
3150
3150
  }