From 2932be1c1571b9c2f076f70e8694019d04d6bab0 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) --- 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.20.1