[Koha-bugs] [Bug 7674] Separate tabs for my holdings and others holdings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 21 20:30:47 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7674

--- Comment #9 from Owen Leonard <oleonard at 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
%]&amp;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.


More information about the Koha-bugs mailing list