http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12019 --- Comment #19 from sandboxes@biblibre.com <sandboxes@biblibre.com> --- Created attachment 26898 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26898&action=edit Bug 12019: If a fund has a restriction, a owner is mandatory The C4::Budgets::CanUserUseBudget assumes that budget_owner_id is set if a restriction (budget_permission) exists. see && $budget->{budget_owner_id} && $budget->{budget_owner_id} != $borrower->{borrowernumber} Test plan: Edit a fund and try to save it with a limitation and no owner. It should not be possible. Signed-off-by: marjorie barry-vila <marjorie.barry-vila@ccsr.qc.ca> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.