From f84b37c1c13a352d60029e9b7a8abe80bad54729 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 31 Oct 2017 15:57:13 +0100 Subject: [PATCH] Bug 19554: The inventory table should jump to detail instead of MARCdetail This patch just replaces the link to detail. Detail provides item information needed in case of inventory problems. Test plan: Go to Tools/Inventory. Create an inventory list without barcode file. Check if the link goes to detail now. Signed-off-by: Marcel de Rooy Signed-off-by: Mark Tompsett Signed-off-by: Julian Maurice --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index 3cb722a29d..efe0b278f8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -191,7 +191,7 @@ [% result.location | html %] - [% result.title | html %] + [% result.title | html %] [% IF ( result.author ) %] by [% result.author | html %] [% END %] -- 2.11.0