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 Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
0936f642d5
commit
a58745d9db
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ No patron matched <span class="ex">[% message | html %]</span>
|
||||||
|
|
||||||
[% IF AutoResumeSuspendedHolds %]
|
[% IF AutoResumeSuspendedHolds %]
|
||||||
<label for="suspend_until">until</label>
|
<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>
|
<span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span>
|
||||||
[% END %]
|
[% END %]
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue