Skip to content

Commit

Permalink
patron: fix total pending requests number
Browse files Browse the repository at this point in the history
- Closes rero/rero-ils#3568.

Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond authored and Garfield-fr committed Jan 9, 2024
1 parent 192de21 commit 50d8208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- position into queue -->
<dt class="offset-1 col-1 label-title" translate>Position</dt>
<dd class="col-10">
<span class="badge badge-info">{{ loan.metadata.rank }} / {{ item.pending_loans.length }}</span>
<span class="badge badge-info">{{ loan.metadata.rank }} / {{ item.metadata.current_pending_requests }}</span>
</dd>
<!-- item location -->
<ng-container *ngIf="item.location.pid | getRecord: 'locations' | async as location">
Expand Down

0 comments on commit 50d8208

Please sign in to comment.