http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7674 --- Comment #9 from Owen Leonard <oleonard@myacpl.org> --- Thanks for the improvements. I see another issue: Clicking a "browse shelf" link in the "other holdings" tab opens the shelf browser in the "<branch> holdings" tab. It would be easy enough to do something like this: [% PROCESS items_table items=otheritemloop tab="otherholdings" %] ...and modify the link to the shelf browser: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber %]#[% tab %]">Browse shelf</a> ...but I'm not sure how you get the shelf browser to appear under the correct tab. -- You are receiving this mail because: You are watching all bug changes.