Bugzilla – Attachment 65508 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-date.patch (text/plain), 1.72 KB, created by
Marcel de Rooy
on 2017-08-04 15:23:06 UTC
(
hide
)
Description:
Bug 18469: Suspend all holds when specifying a date to resume hold does not keep date
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-08-04 15:23:06 UTC
Size:
1.72 KB
patch
obsolete
>From 8cf650f64ad76ef20e6b9ce80eca6e2ba3cfdc89 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 >Content-Type: text/plain; charset=utf-8 > >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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 ed054ae..9fb7cc2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -994,7 +994,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