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.
@@ -1298,6 +1298,8 @@ class MEstructuraPresupuestariaFiveComplete {
1298
1298
  this.codigoEstructuraProgramaticaFour = ep.codestpro4 ? ep.codestpro4 : '---';
1299
1299
  this.codigoEstructuraProgramatica = ep.codestpro5 ? ep.codestpro5 : '---';
1300
1300
  this.codigoFuenteFinanciera = ep.codfuefin;
1301
+ this.codigoFuenteFinancieraParaMostrar = ep.codigoftefin;
1302
+ this.denominacionFueteFinanaciamiento = ep.denfuefin;
1301
1303
  this.denominacionEstructuraProgramaticaOne = ep.denestpro1;
1302
1304
  this.denominacionEstructuraProgramaticaTwo = ep.denestpro2;
1303
1305
  this.denominacionEstructuraProgramaticaThree = ep.denestpro3;