sigesp 0.9.101-20240224 → 0.9.102-20240224

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.
@@ -2347,6 +2347,11 @@
2347
2347
  __extends(MFuenteFinanciamiento, _super);
2348
2348
  function MFuenteFinanciamiento(fuente) {
2349
2349
  var _this = _super.call(this) || this;
2350
+ _this.codigoFuenteFinanciamiento = '';
2351
+ _this.denominacionFuenteFinanciamiento = '';
2352
+ _this.explicacionFuenteFinanciamiento = '';
2353
+ _this.idEmpresa = '0';
2354
+ _this.codigo = '0';
2350
2355
  if (fuente) {
2351
2356
  _this.codigoFuenteFinanciamiento = fuente.codfuefin;
2352
2357
  _this.denominacionFuenteFinanciamiento = fuente.denfuefin;
@@ -7850,8 +7855,8 @@
7850
7855
  * @return Observable<MCuentaPresupuesto>
7851
7856
  * @author Miguel Ramírez
7852
7857
  */
7853
- SigespService.prototype.getCuentasPresupuesto = function () {
7854
- return this.http.get(this.URL + "/dao/scg/plan_unico_cuentas_dao.php", { headers: this.getHttpHeaders() }).pipe(operators.map(function (res) { return res.data.map(function (element) { return new MCuentaPresupuesto(element); }); }));
7858
+ SigespService.prototype.getCuentasPresupuesto = function (filter) {
7859
+ return this.http.get(this.URL + "/dao/scg/plan_unico_cuentas_dao.php?filter=" + filter, { headers: this.getHttpHeaders() }).pipe(operators.map(function (res) { return res.data.map(function (element) { return new MCuentaPresupuesto(element); }); }));
7855
7860
  };
7856
7861
  /**
7857
7862
  * @description Abre el cátalogo de cuentas de la tabla "scg_plan_unico_re"