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.
package/fesm2015/sigesp.mjs
CHANGED
|
@@ -7311,7 +7311,7 @@ class SigespService {
|
|
|
7311
7311
|
* @author Miguel Ramírez
|
|
7312
7312
|
*/
|
|
7313
7313
|
getCuentasPresupuesto(filter) {
|
|
7314
|
-
return this.http.get(`${this.URL}/dao/spg/
|
|
7314
|
+
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))));
|
|
7315
7315
|
}
|
|
7316
7316
|
/**
|
|
7317
7317
|
* @description Abre el cátalogo de cuentas de la tabla "spg_cuentas"
|