From c5aad54f6d477fca62a9efdffd1f07e6a36a4ef6 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 restires hidden inputs to save overrideen checkin date in the checkin screen 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 ++ 1 file changed, 2 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 294fcb85af..92b552bc18 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 @@ + + -- 2.11.0