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.
- package/esm2020/lib/cod-self-managed/steps/cod-form-step-three/cod-self-form-step-three.component.mjs +3 -3
- package/fesm2015/iptdevs-design-system.mjs +2 -2
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2 -2
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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,
|
|
7394
|
+
console.log('linea, 246', combinedRecord);
|
|
7395
7395
|
this.dataFinancing = [combinedRecord, ...this.dataFinancing.slice(2)];
|
|
7396
|
-
console.log('inea,
|
|
7396
|
+
console.log('inea, 248', this.dataFinancing);
|
|
7397
7397
|
}
|
|
7398
7398
|
this.isFinancing = true;
|
|
7399
7399
|
this.financingData.emit(this.dataFinancing);
|