Skip to content

Commit

Permalink
fix(huds): habilita ver internaciones de cualquier efector (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
negro89 authored Jul 16, 2024
1 parent 409e81a commit b83c756
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ export class HudsBusquedaComponent implements AfterContentInit {

listarInternaciones() {
this.resumenHTTP.search({
organizacion: this.auth.organizacion.id,
ingreso: this.resumenHTTP.queryDateParams(this.fechaInicio, this.fechaFin),
paciente: this.paciente.id,
}).subscribe((internaciones) => this.internaciones = internaciones);
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/rup/components/ejecucion/hudsBusqueda.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ <h6 class="titulo-filtro {{filtroActual}}">{{ getTitulo(filtroActual) | uppercas
</plex-panel>
</plex-accordion>
</ng-container>
<div *ngIf="!indiceInternaciones.length && !otrasPrestaciones.indices.length">
<div *ngIf="!indiceInternaciones?.length && !otrasPrestaciones.indices.length">
<hr class="mt-0">
<div class="item-lista-vacia">
<plex-label size="sm" justify="center" icon="adi adi-clipboard-check-outline"
Expand Down

0 comments on commit b83c756

Please sign in to comment.