]> git.koha-community.org Git - koha.git/commit
Bug 21291: (follow-up) Pass subscriptionsnumber to all tools in staff detail's sidebar
authorBlou <philippe.blouin@inlibro.com>
Thu, 4 Oct 2018 17:00:08 +0000 (13:00 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 17 Oct 2018 10:50:22 +0000 (11:50 +0100)
commit55aebb21146978764a0062a8288abba0e56d4d8b
tree89fcaf38377ed5606b29d4e5ee4f6fe11fc77d17
parent607a602ea4bc47b9beb1be2dab1f19a4eaef36a3
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@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit c6c4d82325eb7d11b34a113c69acbff18e283542)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
catalogue/issuehistory.pl
catalogue/labeledMARCdetail.pl
circ/request-article.pl
reserve/request.pl
tools/viewlog.pl