Bug 21070

Summary: request.pl details links to biblio instead of moredetail.pl for that item
Product: Koha Reporter: Lisette Scheer <lisettepalouse+koha>
Component: Hold requestsAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, katrin.fischer, lisettepalouse+koha, martin.renvoize, nick
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22633
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 22631    
Attachments: detailscolumnview
Bug 21070: request.pl details links to biblio instead of moredetail.pl for that item
Bug 21070: request.pl details links to biblio instead of moredetail.pl for that item
Bug 21070: request.pl details links to biblio instead of moredetail.pl for that item

Description Lisette Scheer 2018-07-12 19:50:17 UTC
Created attachment 76928 [details]
detailscolumnview

If someone needs to modify an item that is placed on an item level hold for someone, it seems like it would make sense for the "Details column (see detachment) barcode link to go to moredetail.pl for that item number than for it to go to the biblio page. 
The behavior would be more like clicking on a barcode from either the biblio page or the check-in screen.
Comment 1 Owen Leonard 2019-03-07 15:10:26 UTC
Created attachment 86279 [details] [review]
Bug 21070: request.pl details links to biblio instead of moredetail.pl for that item

This patch alters the hold summary page so that links to records with
item-level holds go to the item detail page instead of the bibliographic
detail page. There is already a link to the bibliographic detail page in
the page heading.

To test, apply the patch and place or locate an item-level hold. In the
list of existing holds for that record, the linked barcode on the
item-level hold should take you to the corresponding item detail page.
Comment 2 ByWater Sandboxes 2019-03-07 19:08:04 UTC
Created attachment 86329 [details] [review]
Bug 21070: request.pl details links to biblio instead of moredetail.pl for that item

This patch alters the hold summary page so that links to records with
item-level holds go to the item detail page instead of the bibliographic
detail page. There is already a link to the bibliographic detail page in
the page heading.

To test, apply the patch and place or locate an item-level hold. In the
list of existing holds for that record, the linked barcode on the
item-level hold should take you to the corresponding item detail page.

Signed-off-by: Lisette <lisettes@latahlibrary.org>
Comment 3 Katrin Fischer 2019-03-09 20:44:45 UTC
Created attachment 86415 [details] [review]
Bug 21070: request.pl details links to biblio instead of moredetail.pl for that item

This patch alters the hold summary page so that links to records with
item-level holds go to the item detail page instead of the bibliographic
detail page. There is already a link to the bibliographic detail page in
the page heading.

To test, apply the patch and place or locate an item-level hold. In the
list of existing holds for that record, the linked barcode on the
item-level hold should take you to the corresponding item detail page.

Signed-off-by: Lisette <lisettes@latahlibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Katrin Fischer 2019-03-09 20:45:33 UTC
I like this change. Can we do the same for the holds tab on details and checkouts tabs in the patron account?
Comment 5 Nick Clemens 2019-03-16 01:11:28 UTC
Awesome work all!

Pushed to master for 19.05
Comment 6 Martin Renvoize 2019-03-19 11:02:58 UTC
Enhancement, will not be backported to 18.11.x series.

I like this change too.. be great to see the other templates Katrin mentions done for the 19.05 release :)