sigesp 0.9.27-20230203 → 0.9.29-20230204
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/bundles/sigesp.umd.js +2 -0
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/EstructuraPresupuestaria.js +1 -1
- package/esm2015/lib/core/models/SPG/estructuraPresupuestaria.model.js +3 -1
- package/esm2015/lib/sigesp.service.js +1 -1
- package/fesm2015/sigesp.js +2 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/EstructuraPresupuestaria.d.ts +2 -0
- package/lib/core/models/SPG/estructuraPresupuestaria.model.d.ts +2 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -1614,6 +1614,8 @@
|
|
|
1614
1614
|
this.codigoEstructuraProgramaticaFour = ep.codestpro4 ? ep.codestpro4 : '---';
|
|
1615
1615
|
this.codigoEstructuraProgramatica = ep.codestpro5 ? ep.codestpro5 : '---';
|
|
1616
1616
|
this.codigoFuenteFinanciera = ep.codfuefin;
|
|
1617
|
+
this.codigoFuenteFinancieraParaMostrar = ep.codigoftefin;
|
|
1618
|
+
this.denominacionFueteFinanaciamiento = ep.denfuefin;
|
|
1617
1619
|
this.denominacionEstructuraProgramaticaOne = ep.denestpro1;
|
|
1618
1620
|
this.denominacionEstructuraProgramaticaTwo = ep.denestpro2;
|
|
1619
1621
|
this.denominacionEstructuraProgramaticaThree = ep.denestpro3;
|