From c2a905960124ad94235bf9972f908243e1788a84 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 9 Aug 2024 12:49:55 +0000 Subject: [PATCH] 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 Signed-off-by: Roman Dolny Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer --- .../prog/en/modules/reports/guided_reports_start.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index e55218e360..3a4ca5778c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -1187,8 +1187,8 @@ [% cells.cell | $raw %] -- 2.39.5