@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -702,7 +702,8 @@ dom: "t", initComplete: function() { this.find("input:radio").first().prop("checked", true ); - } + }, + paging: false }); }); }); --