https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24111
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 95811 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95811&action=edit Bug 24111: Remove incorrect "Can't create any orders" alert It happens to see "You can't create any orders unless you first define a budget and a fund" when adding a new order. The test on neworderbiblio.pl is not the same as other pages. We should test if the logged in user can use the budget, not if they are the owner. Test plan: 0/ Add an owner to all of your funds 1/ Create an order from an existing record => Without this patch you should see the alert at the bottom of the result list => With this patch applied you should not see it QA will compare with the 2 other occurrences, in acqui/basket.pl and acqui/booksellers.pl -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
