Skip to content

Commit 08c274d

Browse files
a
1 parent c6acbeb commit 08c274d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Funcionalidades/GD/Contratos/utils/contratosPayload.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ export function contratosPayload(state: Novedad): Novedad {
1616
FECHA_x0020_HASTA_x0020_PARA_x00: toGraphDateTime(state.FECHA_x0020_HASTA_x0020_PARA_x00) ?? null,
1717
FECHA_x0020_REQUERIDA_x0020_PARA0: toGraphDateTime(state.FECHA_x0020_REQUERIDA_x0020_PARA0) ?? null,
1818
FECHA_x0020_REQUERIDA_x0020_PARA: toGraphDateTime(state.FECHA_x0020_REQUERIDA_x0020_PARA) ?? null,
19+
SALARIO: String(state.SALARIO),
20+
Auxilio_x0020_de_x0020_rodamient: String(state.Auxilio_x0020_de_x0020_rodamient),
21+
1922
};
2023
}

0 commit comments

Comments
 (0)