Bugzilla – Attachment 152275 Details for
Bug 33806
Overridden checkin date not retained when CircConfirmItemParts enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33806: Retain specified date when confirming item parts at checkin
Bug-33806-Retain-specified-date-when-confirming-it.patch (text/plain), 2.30 KB, created by
Victor Grousset/tuxayo
on 2023-06-11 20:55:59 UTC
(
hide
)
Description:
Bug 33806: Retain specified date when confirming item parts at checkin
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-06-11 20:55:59 UTC
Size:
2.30 KB
patch
obsolete
>From 5b0182936a2b000919d8d79eae3bf6e10b9526e8 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 23 May 2023 12:54:34 +0000 >Subject: [PATCH] Bug 33806: Retain specified date when confirming item parts > at checkin > >This patch simply adds hidden inputs to the item parts confirm form >to ensure specified checkin date is retained > >To test: > 1 - Find or add an item with subfield 3 - materials specified > 2 - Enable system preference CircConfirmItemParts > 3 - Go to Circulation->Checkin > 4 - Click the settings button in the input box and enter a checkin date and select the remeber check box > 5 - Check in some items, confirm date retained > 6 - Checkin the item with the materials specified > 7 - Confirm checkin > 8 - Note that checkin date is cleared > 9 - Apply patch >10 - Repeat 3-7 >11 - Confirm date is retained > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >Signed-off-by: Sam Lau <samalau@gmail.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > 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 f349106343..d42c06b6ea 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -413,6 +413,8 @@ > <div class="modal-footer"> > <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> > <input type="hidden" name="barcode" value="[% item.barcode | html %]" /> >+ <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 %]" /> > <input type="hidden" name="multiple_confirm" value="1" /> > <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" /> > [% FOREACH inputloo IN inputloop %] >-- >2.41.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 33806
:
151563
|
151570
|
151578
| 152275