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/fesm2020/sigesp.mjs
CHANGED
|
@@ -7361,7 +7361,7 @@ class SigespService {
|
|
|
7361
7361
|
* @author Miguel Ramírez
|
|
7362
7362
|
*/
|
|
7363
7363
|
getCuentasInstitucionales(idEnterprise, periodoFical, inventory) {
|
|
7364
|
-
return this.http.get(`${this.URL}/dao/scg/cuentas_dao.php${(inventory) ? '
|
|
7364
|
+
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))));
|
|
7365
7365
|
}
|
|
7366
7366
|
/**
|
|
7367
7367
|
* @description Abre el dialog de las cuentas de presupuesto (Recursos y Egresos)
|