From 00d549cea7500b107254796c5b82108551e6017f Mon Sep 17 00:00:00 2001 From: ByWater Staff Date: Thu, 18 Sep 2014 10:53:35 -0400 Subject: [PATCH] Bug 12959 - Check in forgets to remember arbitrary backdating of returns setting Whenever a librarian is prompted with a form during the checking process ( hold to fill, transfer, etc ) the date to backdate returns to is forgotten! Test Plan: 1) Begin returning items with a remembered backdate 2) Check in an item that need transfered or has a hold 3) Complete the action requested 4) Note your set return date is now lost 5) Apply this patch 6) Repeat steps 1-3 7) Note your backdate is now remembered! Signed-off-by: Sean McGarvey --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 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 068f710..681d1b5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -162,6 +162,8 @@ $(document).ready(function () { + + [% END %] [% END %] @@ -209,6 +211,9 @@ $(document).ready(function () { + + + [% END %] @@ -249,6 +254,9 @@ $(document).ready(function () { + + + [% END %] @@ -286,6 +294,8 @@ $(document).ready(function () { [% END %] + + [% END %] @@ -310,6 +320,10 @@ $(document).ready(function () { [% END %] [% END %] + + + + [% END %] @@ -363,6 +377,8 @@ $(document).ready(function () { + + [% END %] -- 1.7.2.5