From 4727297e7c812256daff2d8573f8f377ad9ebfd5 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 --- 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 00b8183..c340b60 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -312,7 +312,7 @@ $(document).ready(function(){ [% result.location | html %] - [% result.title | html %] + [% result.title | html %] [% IF ( result.author ) %] by [% result.author | html %] [% END %] -- 2.1.4