From c4d27a9d08a1b3a2a03f83a8d3a73fff1bb77952 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 16 Jul 2019 18:05:23 +0000 Subject: [PATCH] Bug 23145: Confirming transfer during checkin clears the table of previously checked-in items This patch corrects the checkin template so that checking in an item with an existing transfer does not clear the page of previous checkouts. To test, apply the patch and check in some items. - After each checkin the returned item should appear in the table of checkouts. - Check in an item which belongs to another branch. You will be asked to confirm that the items requires a transfer. When the page reloads you should see the same previous checkins in the table. - Check in that same item again. You will be again asked to confirm. Before this page, confirming the transfer would reload the page and clear the list of checkins. Now the page should reload and the table of checkins should still show the previously checked-in items. https://bugs.koha-community.org/show_bug.cgi?id=23146 --- 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 f1a28a17e47..fb6536426fd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -227,6 +227,11 @@ + [% FOREACH inputloo IN inputloop %] + + + + [% END %] -- 2.11.0