From 9ab1ba8e341e82f616e5ab7de20c936f6687f2dd Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 2 Sep 2020 12:17:56 +0100 Subject: [PATCH] Bug 25261: (QA follow-up) Restore previously returned list Test plan 0 - Enable ShowAllCheckins 1 - Check in several regular items 2 - Check in an item with parts 3 - Confirm the checkin in 4 - The list of checkins contains all the previous checkins and the multi-part checkin too. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index f1de95272a..435b9a1e51 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -320,6 +320,11 @@
+ [% FOREACH inputloo IN inputloop %] + + + + [% END %]
-- 2.20.1