Skip to content

Commit 2a3df90

Browse files
Fecha
1 parent 2c1c0c5 commit 2a3df90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Funcionalidades/GD/Cesaciones.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export function useCesaciones(CesacionesSvc: CesacionesService, CesacionCancelad
360360
Title: state.Title,
361361
Reportadopor: state.Reportadopor,
362362
Empresaalaquepertenece: state.Empresaalaquepertenece,
363-
Fechaenlaquesereporta: state.Fechaenlaquesereporta,
363+
Fechaenlaquesereporta: toGraphDateTime(state.Fechaenlaquesereporta) ?? null,
364364
TipoDoc: state.TipoDoc,
365365
Departamento: state.Departamento,
366366
Ciudad: state.Ciudad,

src/models/Cesaciones.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export type Cesacion = {
1313
Jefedezona: string;
1414
Reportadopor: string;
1515
Empresaalaquepertenece: string;
16-
Fechaenlaquesereporta: string;
16+
Fechaenlaquesereporta: string | null;
1717
TipoDoc: string;
1818
Departamento: string;
1919
Ciudad: string;

0 commit comments

Comments
 (0)