diff --git a/app/views/manifestations/show.mobile.erb b/app/views/manifestations/show.mobile.erb index 136f301..34d70fd 100644 --- a/app/views/manifestations/show.mobile.erb +++ b/app/views/manifestations/show.mobile.erb @@ -15,6 +15,6 @@ <%- if @manifestation.items.for_checkout.on_shelf.exists? -%> - <%= render 'manifestations/show_holding', manifestation: @manifestation -%> + <%= render 'manifestations/show_holding', manifestation: @manifestation, items: @manifestation.items.for_checkout.on_shelf %> <%- end -%>