Skip to content

Commit

Permalink
fix(public document view): allow harvested documents with physical items
Browse files Browse the repository at this point in the history
* Closes rero#3738.

Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Aug 29, 2024
1 parent d27c3a1 commit ca01aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ <h3>
{% if holdings_count > 0 %}
{% include('rero_ils/_anonymous_button.html') %}
{% endif %}
{% if record.harvested %}
{% if record.harvested and record.pid|online_holdings(viewcode) %}
{% include('rero_ils/_document_online.html') %}
{% else %}
<public-search-holdings
Expand Down

0 comments on commit ca01aec

Please sign in to comment.