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)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 15 Oct 2018 13:40:47 +0000 (13:40 +0000)
commitc6c4d82325eb7d11b34a113c69acbff18e283542
tree7182d6cf2bef959ff639921a614368e82cd4a283
parentab13b53854e0aa726c8112d8f31cc553484637bd
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>
catalogue/issuehistory.pl
catalogue/labeledMARCdetail.pl
catalogue/stockrotation.pl
circ/request-article.pl
reserve/request.pl
tools/viewlog.pl