]> git.koha-community.org Git - koha.git/commit
Bug 32583: Restore display of only one item in catalogue/moredetails
authorMichael Hafen <michael.hafen@washk12.org>
Fri, 13 Jan 2023 17:49:46 +0000 (10:49 -0700)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 31 Jan 2023 14:28:20 +0000 (14:28 +0000)
commit562d338021bd4d97ffcea4ed76279d26511d04bc
tree80efce3ab4e2acdfc70eac70947d52af3e92f9e5
parentd42eaf2f14ba4ffa60a518804142b61209923d5d
Bug 32583: Restore display of only one item in catalogue/moredetails

Bug 31315 (Remove GetItemsInfo from moredetail) removed the code that limits
the items displayed to only one item if the itemnumber was passed as a
parameter to the page.
This restores that code.

Test plan:

1. find a title with multple items.
2. click on an items barcode in the holdings table on the title details page.
3. observe that all items are shown on the catalogue/moredetails page.
4. apply patch.
5. refresh (catalogue/moredetails) page.
6. observe that only the item for the barcode clicked on is shown.

Signed-off-by: Amaury GAU <amaury.gau@bulac.fr>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d88e966adadc332b21c30993fd9d5edd5e907c0f)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
catalogue/moredetail.pl