https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36707 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 170185 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170185&action=edit Bug 36707: Links on itemnumbers in report should say "item", not "record" This patch changes the labels on SQL report result links so that the term "item" is used for editing or viewing an item. To test, apply the patch and go to Reports -> Saved reports - If necessary, create a report which will return biblionumbers and itemnumbers, e.g. SELECT itemnumber, biblionumber FROM items LIMIT 20 - Save and run the report. In the results, test the menus which can be triggered by clicking a biblionumber or itemnumber. - A biblionumber's menu should have "Edit record" and "View record." - An itemnumber's menu should have "Edit item" and "View item." Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.