sigesp 0.9.16-20221221 → 0.9.18-20221221

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.
@@ -6880,7 +6880,7 @@
6880
6880
  */
6881
6881
  SigespService.prototype.getCurrencyExchangeRate = function (tipo, id) {
6882
6882
  if (tipo === void 0) { tipo = null; }
6883
- return this.http.get(this.URL + "/dao/cfg/sigesp_tasa_cambio.php?tipo=" + tipo + "&id=" + id, { headers: this.getHttpHeaders() }).pipe(operators.retry(3), operators.catchError(this.handlerError), operators.map(function (resp) { return resp.data.map(function (element) { return new MExchangeRate(element); }); }));
6883
+ return this.http.get(this.URL + "/dao/cfg/tasa_cambio_dao.php?tipo=" + tipo + "&id=" + id, { headers: this.getHttpHeaders() }).pipe(operators.retry(3), operators.catchError(this.handlerError), operators.map(function (resp) { return resp.data.map(function (element) { return new MExchangeRate(element); }); }));
6884
6884
  };
6885
6885
  /**
6886
6886
  * @description Abre el dialog de las las cuentas contables (Cuentas Institucionales)