From dbbf5f0b64e5ceb0c46a8bdd5376b632122c1583 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 13 May 2019 15:34:47 +0000 Subject: [PATCH] Bug 22896: Missing inputs in transfer modal This patch restores hidden inputs to save overridden checkin date and other data Currently we lose the list of checkouts and several settings when items with transfers are checked in To test: 1 - Find an item from another branch 2 - Set a checkin date and click the box for the date to be remembered 3 - Check in the item 4 - Click ok or print, note the checkin date is lost 5 - Apply patch 6 - Repeat 7 - Checkin date remains --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) 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 294fcb85af..cb2dc07c51 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -221,6 +221,8 @@ + + @@ -385,17 +387,7 @@

- - - - [% FOREACH inputloo IN inputloop %] - - - - [% END %] - - [% END %] -- 2.11.0