https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26458 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #110099|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 110122 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110122&action=edit Bug 26458: Get item details using only itemnumber This patch modifies moredetail.pl so that it can accept an itemnumber as a single parameter. To test, apply the patch and view a bibliographic record in the catalog which has one or more items. - In the table showing holdings, click the barcode to view the item detail page for that item. - In the location bar, modify the URL so that it uses only the itemnumber parameter, e.g. /cgi-bin/koha/catalogue/moredetail.pl?itemnumber=1234 The page should load correctly, showing information about just that item. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.