Right now in order to get item information on moredetail.pl you must pass at least a biblionumber or a biblionumber and itemnumber. I would like to make it so that it will accept an itemnumber all by itself.
Created attachment 110074 [details] [review] 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.
Created attachment 110099 [details] [review] 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>
Created attachment 110122 [details] [review] 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>
Pushed to master for 20.11, thanks to everybody involved!
enhancement will not be backported to 20.05.x