Bugzilla – Attachment 94825 Details for
Bug 23658
[18.11] WrongTransfer modal drops off specified checkin date on returns.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23658: fix wrong transfer modal dropping specified checkin date
Bug-23658-fix-wrong-transfer-modal-dropping-specif.patch (text/plain), 2.45 KB, created by
Martin Renvoize (ashimema)
on 2019-10-29 11:16:10 UTC
(
hide
)
Description:
Bug 23658: fix wrong transfer modal dropping specified checkin date
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-10-29 11:16:10 UTC
Size:
2.45 KB
patch
obsolete
>From e4d80e2c4245bc80476a00424f694928a94337ff Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >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 <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 @@ > <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" /> > <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" /> > [% END %] >+ <input type="hidden" name="return_date_override" value="[% return_date_override | html %]" /> >+ <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" /> > </form> > <!-- PRINT SLIP --> > <form method="post" action="returns.pl" name="mainform"> >@@ -234,6 +236,9 @@ > <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" /> > <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" /> > [% END %] >+ <input type="hidden" name="return_date_override" value="[% return_date_override | html %]" /> >+ <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" /> >+ > </form> > <!-- CANCEL TRANSFER --> > <form method="post" action="returns.pl" name="mainform"> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23658
:
93016
|
93262
| 94825