Bugzilla – Attachment 62526 Details for
Bug 18469
Suspend all holds when specifying a date to resume hold does not keep date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18469 - Suspend all holds when specifying a date to resume hold does not keep date
Bug-18469---Suspend-all-holds-when-specifying-a-da.patch (text/plain), 1.58 KB, created by
Nick Clemens (kidclamp)
on 2017-04-21 14:11:33 UTC
(
hide
)
Description:
Bug 18469 - Suspend all holds when specifying a date to resume hold does not keep date
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-04-21 14:11:33 UTC
Size:
1.58 KB
patch
obsolete
>From 9df9792c54c0b5b8a24b023f7d53e206d2f0bf11 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 21 Apr 2017 10:08:27 -0400 >Subject: [PATCH] Bug 18469 - Suspend all holds when specifying a date to > resume hold does not keep date > >Name of field had 'datepicker' embedded, this caused variable issue > >To test: > 1 - Place several holds for a patron > 2 - Go to holds tab in circulation > 3 - Select a date for suspend all holds until > 4 - Suspend all holds > 5 - Note date is not used, suspended indefinitely > 6 - Apply patch > 7 - Resume all suspended holds > 8 - Select a date for suspend all holds until > 9 - Suspend all holds >10 - Note date is used >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 4e09863..27fc570 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -972,7 +972,7 @@ No patron matched <span class="ex">[% message | html %]</span> > > [% IF AutoResumeSuspendedHolds %] > <label for="suspend_until">until</label> >- <input type="text" size="10" id="suspend_until" name="suspend_until datepicker" /> >+ <input type="text" size="10" id="suspend_until" name="suspend_until" /> > <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span> > [% END %] > </form> >-- >2.1.4
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 18469
:
62526
|
62612
|
64906
|
65508
|
65509