diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
index 1bfac73c37..5d024b0a07 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
@@ -27,11 +27,9 @@
$("span.checkall").html(" "+_("Check All")+"");
$("span.exportSelected").html(" "+_("Export selected items data") +"<\/a>");
-
- $("#CheckAll").click(function(){
- $("#claimst :checkbox").attr('checked', $("#CheckAll").is(':checked'));
- });
-
+ $("#CheckAll").click(function() {
+ $("#claimst tr:visible :checkbox").attr('checked', $("#CheckAll").is(':checked'));
+ });
// Generates a dynamic link for exporting the selection's data as CSV
$("#ExportSelected").click(function() {