@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt @@ -38,6 +38,7 @@ $(document).ready(function() { }; } } ) ); + $('input:checkbox[name=ordernumber]').bind('click', check_uncheck); $('#CheckAll').click(function(){ $(late_orderst.fnGetNodes()).find("td").checkCheckboxes();}); $('#CheckNone').click(function(){ $(late_orderst.fnGetNodes()).find("td").unCheckCheckboxes();}); --