sigesp 1.1.32-20241215 → 1.1.33-20241215

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.
@@ -7286,7 +7286,7 @@ class SigespService {
7286
7286
  * @author Miguel Ramírez
7287
7287
  */
7288
7288
  getCuentasPresupuesto(filter) {
7289
- return this.http.get(`${this.URL}/dao/spg/plan_unico_cuentas_dao.php?filter=${filter}`, { headers: this.getHttpHeaders() }).pipe(map((res) => res.data.map(element => new MCuentaPresupuesto(element))));
7289
+ return this.http.get(`${this.URL}/dao/spg/plan_cuentas_recursos_egresos_dao.php?filter=${filter}`, { headers: this.getHttpHeaders() }).pipe(map((res) => res.data.map(element => new MCuentaPresupuesto(element))));
7290
7290
  }
7291
7291
  /**
7292
7292
  * @description Abre el cátalogo de cuentas de la tabla "spg_cuentas"