Bugzilla – Attachment 89670 Details for
Bug 22896
Item to be transferred at checkin clears overridden due date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22896: Missing inputs in transfer modal
Bug-22896-Missing-inputs-in-transfer-modal.patch (text/plain), 1.83 KB, created by
Liz Rea
on 2019-05-13 16:13:35 UTC
(
hide
)
Description:
Bug 22896: Missing inputs in transfer modal
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-05-13 16:13:35 UTC
Size:
1.83 KB
patch
obsolete
>From 13edf32dff8fc8a582d22c23823d5c04585e02ba Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > 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 @@ > <button type="submit" class="btn btn-default approve"><i class="fa fa-check"></i> OK</button> > <button type="submit" class="btn btn-default print openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber | html %]&&branchcode=[% TransferWaitingAt | html %]&op=slip"><i class="fa fa-print"></i> Print transfer slip</button> > <button class="btn btn-default deny cancel-transfer" type="submit"><i class="fa fa-times"></i> Cancel transfer</button> >+ <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 %]" /> > </div> > </form> > </div> >-- >2.11.0
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 22896
:
89667
|
89670
|
89671
|
89672
|
89825