[Bug 8452] New: "You must define a budget in Administration" always shows on acqui-home.pl
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8452 Priority: P5 - low Change sponsored?: --- Bug ID: 8452 Assignee: koha-bugs@lists.koha-community.org Summary: "You must define a budget in Administration" always shows on acqui-home.pl Severity: normal Classification: Unclassified OS: All Reporter: kyle@bywatersolutions.com Hardware: All Status: NEW Version: master Component: Acquisitions Product: Koha The warning message "You must define a budget in Administration" is always displayed on acqui-home.pl regardless of whether or not you have actually defined a budget. -- 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=8452 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |blocker --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Upping importance. The bug appears to prevent me from using the Acquisitions modules> First, I created a Budget and Fund. I then went into Acquisitions and created a basket. Any attempt to add an item to that basket was met with the message "You can't create any orders unless you first define a budget and a fund.". -- 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=8452 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |minor --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- Lowering importance. The only account affected by this bug is the admin account ( i.e. borrowernumber 0 ). The subroutine CanUserUseBudget contains the line: return 0 unless ($borrower and $budget); which will return zero for anyone logged in as the super-admin, even though it is a valid account. -- 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=8452 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Not sure we should fix this. Lots of things in acq are dependent on the borrowernumber, because the system needs the information to figure out if the user is allowed to see a budget, fine, order tc. Maybe we should show a warning to stop using the superuser? -- 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=8452 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- ... where fine = fund. It's Monday :) -- 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=8452 --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- That's not a bad idea. Perhaps a system-wide warning at the top, that simply states you are using the superadmin account, and it is not recommended that you use it for day-to-day activity. -- 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=8452 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #6 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Marking RESOLVED--WONTFIX. As a note, if you are using Plack and created the budget as a database user, it seems that you have to restart Plack before the message goes away, even if you're logged in as a regular user after finishing the configuration. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org