sigesp 1.1.28-20241208 → 1.1.29-20241208
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/ConfigurationSPG.mjs +1 -1
- package/esm2020/lib/core/models/SPG/configurationSPG.model.mjs +4 -4
- package/fesm2015/sigesp.mjs +3 -3
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +3 -3
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/ConfigurationSPG.d.ts +2 -2
- package/package.json +1 -1
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -1857,10 +1857,10 @@ class MConfigurationSPG {
|
|
|
1857
1857
|
this.idUnidadAdministrativa = +configuration.id_uniadm;
|
|
1858
1858
|
this.denominacionUnidadAdministrativa = configuration.denuniadm;
|
|
1859
1859
|
this.codigoUnidadAdministrativa = configuration.coduniadm;
|
|
1860
|
-
this.denominacionFuenteFinanciaminto = configuration.
|
|
1860
|
+
this.denominacionFuenteFinanciaminto = configuration.denfuefin;
|
|
1861
1861
|
this.codigoFuenteFinanciaminto = configuration.codigoftefin;
|
|
1862
1862
|
this.denominacionCentroCosto = configuration.dencencos;
|
|
1863
|
-
this.codigoCentroCosto = configuration.
|
|
1863
|
+
this.codigoCentroCosto = configuration.denominacion;
|
|
1864
1864
|
this.estructuraPresupuestaria = configuration.estpre;
|
|
1865
1865
|
this.editable = configuration.editable == '0';
|
|
1866
1866
|
this.codigoEnterprise = configuration.codigo;
|
|
@@ -1872,7 +1872,7 @@ class MConfigurationSPG {
|
|
|
1872
1872
|
id_empresa: this.idEmpresa.toString(),
|
|
1873
1873
|
id_spg: this.IdSPG.toString(),
|
|
1874
1874
|
id_enterprise: this.idEnterprise.toString(),
|
|
1875
|
-
perfiscal: this.periodoFiscal.
|
|
1875
|
+
perfiscal: this.periodoFiscal.toString(),
|
|
1876
1876
|
estciespg: this.estatusCierrePresupuestoGasto,
|
|
1877
1877
|
estciespi: this.estatusCierrePresupuestoIngreso,
|
|
1878
1878
|
estmodest: this.estatusModoEstructuraPresupuestaria,
|