http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9492 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |z.tajoli@cineca.it --- Comment #2 from Zeno Tajoli <z.tajoli@cineca.it> --- Hi, It is possible to fix the situation with this change on line 63 of admin/aqbudgets.pl: From: my $show = $input->param('show') // 0; # SET TO 1, BY A FORM SUMBIT to: $show = $input->param('show') // 1; # SET TO 1 by default, group view. But the result is ok only if all budget are from one library/librarian. Not if your budget are of different libraries/librarians In fact we need to rethink the interface that now is a mix of cgi, js filter and css effects show/don't show. The problem is present in 3.8, 3.12 and master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.