Bug 18906: Display all funds the logged in user can use
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 Jul 2017 21:10:10 +0000 (18:10 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 Aug 2017 19:51:40 +0000 (16:51 -0300)
commit19a7b498e1f4355ab1e4ee0adb5db299613f3f5c
treefce2415fa9a451c276dd3da637204b54ab0352cd
parent5bb56bf336187cde38e1a3b89c792ee6dc231acf
Bug 18906: Display all funds the logged in user can use

There are complex conditions to know if a librarian can use a fund, we
cannot do that with a SQL query, we need to use C4::Budgets::CanUserUseBudget

When this patch is applied then all funds are visible to both
superlibrarian patrons and patrons with all acq permissions

Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
admin/aqbudgets.pl