From edb9f498f7148a0d6b2c232a8c22412e113c422b 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
---
.../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 fcca6be4c1..6277ed8123 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
@@ -225,6 +225,8 @@
+
+
@@ -389,17 +391,7 @@
-
-
-
- [% FOREACH inputloo IN inputloop %]
-
-
-
- [% END %]
-
-
[% END %]
--
2.39.5