From 9b342c81a044baeb8220e8a80ad8349adf8ff5b0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 12 Aug 2020 14:03:00 +0200 Subject: [PATCH] Bug 5428: Add searchid to the "Return to the record" button (batch del) Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt index acdf6bcd02..8f99122e19 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -280,6 +280,8 @@ [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] [% IF biblio_deleted %] Return to the cataloging module + [% ELSIF searchid %] + Return to the record [% ELSE %] Return to the record [% END %] -- 2.39.5