Bug 21511: Don't show acquisition details on subscription detail when there is no...
authorOwen Leonard <oleonard@myacpl.org>
Tue, 9 Oct 2018 17:19:09 +0000 (17:19 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 24 Oct 2018 17:22:47 +0000 (17:22 +0000)
commit777e29e420b96ed7e6d63aff7c6b69ecc9c1d2ee
tree9087dfd0ae6705d8c301548aea6e52f1a42bb721
parent008112025520ba05c162493a55f2f88e70db74d5
Bug 21511: Don't show acquisition details on subscription detail when there is no acq data

This patch modifies the subscription detail page so that acquisitions
details section is not shown when there is no acquisitions data.

The acquisitions details are moved into a new tab similar to how it
appears on the bibliographic details page. A count of orders is now
passed to the template so that the check for existing acquisitions data
will work correctly.

To test, apply the patch and view the detail page for subscriptions.

- When viewing a subscription for which there are orders you should see
  an "Acquisitions details" tab containing the acquisitions data.
- When viewing a subscription with no orders the tab should not appear.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt
serials/subscription-detail.pl