sigesp 1.1.11-20241003 → 1.1.12-20241006
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
|
@@ -7386,7 +7386,7 @@ class SigespService {
|
|
|
7386
7386
|
* @author Miguel Ramírez
|
|
7387
7387
|
*/
|
|
7388
7388
|
getCuentasInstitucionales(idEnterprise, periodoFical, inventory) {
|
|
7389
|
-
return this.http.get(`${this.URL}/dao/scg/cuentas_dao.php${(inventory) ? '
|
|
7389
|
+
return this.http.get(`${this.URL}/dao/scg/cuentas_dao.php?e=${idEnterprise}&periodo=${periodoFical}${(inventory) ? '&inventory=true' : ''}`, { headers: this.getHttpHeaders() }).pipe(map((resp) => resp.data.map(element => new MCuentaInstitucional(element))));
|
|
7390
7390
|
}
|
|
7391
7391
|
/**
|
|
7392
7392
|
* @description Abre el dialog de las cuentas de presupuesto (Recursos y Egresos)
|