[Koha-bugs] [Bug 21291] request-article.pl doesn't show MARC, LabeledMARC and ISBD in sidebar

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 11 13:49:21 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21291

--- Comment #12 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 80402
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80402&action=edit
Bug 21291: (follow up) Pass subscriptionsnumber to all tools in staff detail's
sidebar

The subscriptionsnumber is required in biblio-view-menu.inc to display
the Subscription(s) tab. In detail.pl, if you click any of

Labeled MARC  (you need to set the syspref viewLabeledMARC)
Hold(s)
Article requests
Checkout history
Modification log
Rota          (you need to set the syspref StockRotation)

you lose the Subscription(s) tab.

This patch fixes the display by having each feature script generate that
value to be passed to the UI. I keep this separated from the first patch
since it's not exactly the same issue, and the solution might not
please.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list