Skip to content

Commit

Permalink
fix setting items
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Nov 22, 2015
1 parent 3472a48 commit e5e8b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/manifestations/show.mobile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</tr>
</table>
<%- 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 -%>
</div>

0 comments on commit e5e8b78

Please sign in to comment.