@@ -, +, @@ --- .../prog/en/modules/suggestion/suggestion.tt | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -442,11 +442,7 @@
  • @@ -512,12 +508,8 @@ @@ -1035,11 +1027,13 @@ [% END %] $("#branchcode").on('change',function(){ + [%# Modify the hidden input in the filters block from the library %] + [%# dropdown list at the top of suggestion list %] let branchcode = $(this).val(); - if( branchcode == '' ){ branchcode = "__ANY__" } $('input[name="branchcode"]').val( branchcode ); $('form[name="suggestionfilter"]').submit(); }); + $(".checkall").click(function(e){ e.preventDefault(); $(this).parents('form').checkCheckboxes(); --