Se puso la fecha inico automatico por la fecha del dia que se hace

This commit is contained in:
2026-05-08 09:04:46 -05:00
parent 04d65ef738
commit 4409d07599

View File

@@ -320,7 +320,7 @@
exchange_rate: pedimento?.exchange_rate ?? null,
// Date fields - Cargamos convirtiendo a local para el usuario
entry_date: loadServerDate(datesData?.entry_date) || currentDate,
start_date: loadServerDate(datesData?.start_date) || null,
start_date: loadServerDate(datesData?.start_date) || currentDate,
end_date: loadServerDate(datesData?.end_date) || end_date,
payment_date: loadServerDate(datesData?.payment_date) || payment_date,
extraction_date: loadServerDate(datesData?.entry_date) || null,