[Bug 9492] New: children funds not clean if limited to my branch
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9492 Bug ID: 9492 Summary: children funds not clean if limited to my branch Classification: Unclassified Change sponsored?: --- Product: Koha Version: 3.8 Hardware: All URL: /cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=1 OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: nengard@gmail.com Created attachment 14854 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14854&action=edit children funds lumped in with all others When you go to the fund list it is not clear which funds are children funds because the limit on the left is selected to only show my branch. If you uncheck that and click 'go' you can see the children funds clearly under a down arrow (/cgi-bin/koha/admin/aqbudgets.pl?show=1&budget_period_id=1&filter=Go). See screenshots. Tested in 3.8.5 and master. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9492 --- Comment #1 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 14855 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14855&action=edit child funds showing when viewing all branches -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9492 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|children funds not clean if |Children funds not clear if |limited to my branch |limited to my branch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9492 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.8 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9492 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P3 Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9492 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m Status|In Discussion |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- This should have been fixed by bug 11578. *** This bug has been marked as a duplicate of bug 11578 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org