iptdevs-design-system 2.7.62 → 2.7.63
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.
|
@@ -3337,6 +3337,8 @@ class CalculateQuotesService {
|
|
|
3337
3337
|
let dataFinancing = [];
|
|
3338
3338
|
let index = 1; // Indicador de cant. de cuotas
|
|
3339
3339
|
let dateJs = new Date(params.date);
|
|
3340
|
+
dateJs.setMilliseconds(dateJs.getMilliseconds() + (1000 * 3600 * 24));
|
|
3341
|
+
console.log(dateJs);
|
|
3340
3342
|
if (dateJs.getDay() === 0) {
|
|
3341
3343
|
Swal.fire({
|
|
3342
3344
|
title: 'Fecha inválida',
|