[Koha-bugs] [Bug 9492] Children funds not clear if limited to my branch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 4 15:44:23 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9492

Zeno Tajoli <z.tajoli at cineca.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion
                 CC|                            |z.tajoli at cineca.it

--- Comment #2 from Zeno Tajoli <z.tajoli at 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.


More information about the Koha-bugs mailing list