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.
@@ -6327,7 +6327,7 @@ class SigespService {
6327
6327
  * @returns array/null
6328
6328
  */
6329
6329
  getCurrencyExchangeRate(tipo = null, id) {
6330
- return this.http.get(`${this.URL}/dao/cfg/sigesp_tasa_cambio.php?tipo=${tipo}&id=${id}`, { headers: this.getHttpHeaders() }).pipe(retry(3), catchError(this.handlerError), map((resp) => resp.data.map(element => new MExchangeRate(element))));
6330
+ return this.http.get(`${this.URL}/dao/cfg/tasa_cambio_dao.php?tipo=${tipo}&id=${id}`, { headers: this.getHttpHeaders() }).pipe(retry(3), catchError(this.handlerError), map((resp) => resp.data.map(element => new MExchangeRate(element))));
6331
6331
  }
6332
6332
  /**
6333
6333
  * @description Abre el dialog de las las cuentas contables (Cuentas Institucionales)