Bug 29058: Add missing filters
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
0d103c2342
commit
1036c66b80
1 changed files with 1 additions and 1 deletions
|
@ -910,7 +910,7 @@
|
|||
<label for ="always_show_holds">Always show holds</label>
|
||||
[% IF always_show_holds == 'DONT' %]
|
||||
<input type="checkbox" name="always_show_holds" id="always_show_holds" value="DO">
|
||||
<a class="btn btn-default" value="Show holds" id="show_holds_now" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber %]&show_holds_now=1">Show holds ([% hold_count %])</a>
|
||||
<a class="btn btn-default" value="Show holds" id="show_holds_now" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber | uri %]&show_holds_now=1">Show holds ([% hold_count | html %])</a>
|
||||
[% ELSE %]
|
||||
<input type="checkbox" name="always_show_holds" value="DO" id="always_show_holds" checked="checked">
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue