https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868
--- Comment #11 from Jonathan Druart <[email protected]> --- (In reply to Marie-Luce Laflamme from comment #10) > Yes it's on (acqui/acqui-home.pl) page. > > It would be a good thing to separate permissions: > 1 - "Enter purchase suggestions" > 2 - "Manage purchase suggestions" It will not fix the problem. The issue here is that script are checking for acquisition => '*' permission, which means "whichever permission is ok for access". Splitting the permission will not block the access to these pages. That's why I suggestion to move the manage_suggestions out of the "acquisition". We could split the permission later if still needed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
