Se puso la fecha inico automatico por la fecha del dia que se hace
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user