iptdevs-design-system 3.1.636 → 3.1.637

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.
@@ -7391,9 +7391,9 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
7391
7391
  `${this.totalInitialPayment.toFixed(2)}`,
7392
7392
  this.dataFinancing[0][2] // Mantener la fecha del primer registro
7393
7393
  ];
7394
- console.log('linea, 240', combinedRecord);
7394
+ console.log('linea, 246', combinedRecord);
7395
7395
  this.dataFinancing = [combinedRecord, ...this.dataFinancing.slice(2)];
7396
- console.log('inea, 240', this.dataFinancing);
7396
+ console.log('inea, 248', this.dataFinancing);
7397
7397
  }
7398
7398
  this.isFinancing = true;
7399
7399
  this.financingData.emit(this.dataFinancing);