sigesp 1.1.50-20250612 → 1.1.51-20250612
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/core/interfaces/Nomina.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MConceptosNomina.model.mjs +3 -3
- package/fesm2015/sigesp.mjs +2 -2
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +2 -2
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +2 -1
- package/package.json +1 -1
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -10452,10 +10452,11 @@ class MConceptosNomina extends MBasicModel {
|
|
|
10452
10452
|
this.idFuenteFinanciamiento = +e.id_fuefin;
|
|
10453
10453
|
this.denominacionFueteFinanciamiento = e.denfuefin;
|
|
10454
10454
|
this.codigoFueteFinanciamiento = e.codigoftefin;
|
|
10455
|
-
this.idConceptoClasificacionParaAporte = parseInt(e.id_concxpapo);
|
|
10456
10455
|
this.contabilizacionAporteNomina = e.conaponom;
|
|
10456
|
+
this.idConceptoClasificacionParaAporte = parseInt(e.id_concxpapo);
|
|
10457
10457
|
this.idTipoDocumentoAporte = parseInt(e.id_tipodocumento);
|
|
10458
10458
|
this.denominacionTipoDocumentoAporte = e.dentipden;
|
|
10459
|
+
this.denominacionConceptoClasificacionParaAporte = e.denconcxp;
|
|
10459
10460
|
}
|
|
10460
10461
|
else {
|
|
10461
10462
|
this.isNew = true;
|
|
@@ -10522,7 +10523,6 @@ class MConceptosNomina extends MBasicModel {
|
|
|
10522
10523
|
id_fuefin: this.idFuenteFinanciamiento.toString(),
|
|
10523
10524
|
id_concxpapo: this.idConceptoClasificacionParaAporte.toString(),
|
|
10524
10525
|
id_tipodocumento: this.idTipoDocumentoAporte.toString(),
|
|
10525
|
-
dentipden: this.denominacionTipoDocumentoAporte,
|
|
10526
10526
|
conaponom: this.contabilizacionAporteNomina,
|
|
10527
10527
|
};
|
|
10528
10528
|
}
|