From 54c8f463de9ddaa479db642df08c7c4ce48f5c47 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
Signed-off-by: Liz Rea
Signed-off-by: Martin Renvoize
Signed-off-by: Nick Clemens
(cherry picked from commit edb9f498f7148a0d6b2c232a8c22412e113c422b)
Signed-off-by: Martin Renvoize
---
.../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.39.5