Merge pull request 'fix/pediemntos-fecha-inicio' (#375) from fix/pediemntos-fecha-inicio into development

Reviewed-on: ADUANASOFT/anexo76#375
This commit is contained in:
2026-05-08 16:23:30 +00:00
2 changed files with 38 additions and 13 deletions

View File

@@ -320,9 +320,10 @@
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,
pedimento_date: loadServerDate(datesData?.pedimento_date) || null,
extraction_date: loadServerDate(datesData?.entry_date) || null,
original_date: loadServerDate(datesData?.original_date) || null,
// Mapeos de sub-recursos