From e4d80e2c4245bc80476a00424f694928a94337ff Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 19 Sep 2019 00:14:23 +0000 Subject: [PATCH] Bug 23658: fix wrong transfer modal dropping specified checkin date To test: Have an item that needs a transfer use the check in page, and backdate the checkin date check in the item, click ok or print - backdating is OK Check it in again - backdating drops off Apply this patch, restart the things run tests again, backdating should be retained in all cases. Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- 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 2159a76e06..3f0cc8b023 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 @@ [% END %] + +
@@ -234,6 +236,9 @@ [% END %] + + +
-- 2.20.1