@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -243,8 +243,8 @@ - + @@ -353,9 +353,9 @@ }); }); $("#pickup-location").each( function () { - $(this).html( createSelect( holdst.fnGetColumnData(13) ) ); + $(this).html( createSelect( holdst.fnGetColumnData(14) ) ); $('select', this).change( function () { - holdst.fnFilter( $(this).val(), 13 ); + holdst.fnFilter( $(this).val(), 14 ); }); }); }); --