Bug 16491

Summary: Link barcodes in messages link to specific item during check in
Product: Koha Reporter: Christopher Brannon <cbrannon>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, veron
Version: 3.22   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Christopher Brannon 2016-05-10 14:48:33 UTC
Bug 15736 introduced a fix that turns off local use from populating the check in table.  However, this takes away some functionality.  There are times, after checking in an item, that a staff member needs to adjust something on the item.  When the item appears in the check in table, the barcode gives a direct link to the item.  With it off, all you have is what is shown in the message.  The barcode shows, but the barcode and title are a single link to the record.  Because of this, with the ShowAllCheckins preference set to Do not show, it takes an extra click to get to the item.  It would be helpful if the barcode was a separate link to the item.

Christopher