diff --git a/module/product/js/browse.ui.js b/module/product/js/browse.ui.js index 208d0c7c98..858e83aa43 100644 --- a/module/product/js/browse.ui.js +++ b/module/product/js/browse.ui.js @@ -81,7 +81,7 @@ window.renderCell = function(result, info) window.setStatistics = function(element, checkedIdList, pageSummary) { - if(checkedIdList.length == 0) return {html: pageSummary}; + if(checkedIdList != undefined && checkedIdList.length == 0) return {html: pageSummary}; let total = 0; let SRTotal = 0;