Bugzilla – Attachment 74879 Details for
Bug 19972
Holds to pull should honor syspref "item-level_itypes"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19972: (QA follow-up) Fix id name
Bug-19972-QA-follow-up-Fix-id-name.patch (text/plain), 1.61 KB, created by
Victor Grousset/tuxayo
on 2018-04-26 12:04:49 UTC
(
hide
)
Description:
Bug 19972: (QA follow-up) Fix id name
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2018-04-26 12:04:49 UTC
Size:
1.61 KB
patch
obsolete
>From e061c5b6d2dc4761e2083675a14c68f906c8af45 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 22 Apr 2018 18:37:11 +0000 >Subject: [PATCH] Bug 19972: (QA follow-up) Fix id name > >Renames #type-filter to #itemtype-filter >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index ea0eace..584128d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -149,7 +149,7 @@ > <td><input type="text" class="filter" data-column_num="6" placeholder="Call number" style="width:95%"/></td> > <td><input type="text" class="filter" data-column_num="7" placeholder="Available copy" style="width:95%"/></td> > <td><input type="text" class="filter" data-column_num="8" placeholder="Available enumeration" style="width:95%"/></td> >- <td id="type-filter"></td> >+ <td id="itemtype-filter"></td> > <td id="locationfilter"></td> > <td></td> > <td></td> >@@ -245,7 +245,7 @@ > holdst.fnFilter( filter_value, 5, true ); > }); > }); >- $("#type-filter").each( function () { >+ $("#itemtype-filter").each( function () { > $(this).html( createSelect( holdst.fnGetColumnData(9) ) ); > $('select', this).change( function () { > holdst.fnFilter( $(this).val(), 9 ); >-- >2.7.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 19972
:
70549
|
72804
|
74706
|
74707
|
74878
| 74879