@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -102,7 +102,7 @@ - + @@ -197,7 +197,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 ); --